terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Reflection.RuntimeParameterInfo Class Reference
+ Inheritance diagram for System.Reflection.RuntimeParameterInfo:

Public Member Functions

override object[] GetCustomAttributes (bool inherit)
 
override object[] GetCustomAttributes (Type attributeType, bool inherit)
 
override bool IsDefined (Type attributeType, bool inherit)
 
object GetRealObject (StreamingContext context)
 
override string ToString ()
 

Protected Attributes

ParameterAttributes AttrsImpl
 
Type ClassImpl
 
object DefaultValueImpl
 
MemberInfo MemberImpl
 
string NameImpl
 
int PositionImpl
 

Package Functions

 RuntimeParameterInfo (string name, Type type, int position, int attrs, object defaultValue, MemberInfo member, MarshalAsAttribute marshalAs)
 
 RuntimeParameterInfo (ParameterInfo pinfo, MemberInfo member)
 
 RuntimeParameterInfo (Type type, MemberInfo member, MarshalAsAttribute marshalAs)
 
object GetDefaultValueImpl (ParameterInfo pinfo)
 
object[] GetPseudoCustomAttributes ()
 
CustomAttributeData[] GetPseudoCustomAttributesData ()
 

Static Package Functions

static void FormatParameters (StringBuilder sb, ParameterInfo[] p, CallingConventions callingConvention, bool serialization)
 
static ParameterInfo New (ParameterInfo pinfo, MemberInfo member)
 
static ParameterInfo New (Type type, MemberInfo member, MarshalAsAttribute marshalAs)
 

Package Attributes

MarshalAsAttribute marshalAs
 

Properties

override object DefaultValue [get]
 
virtual ParameterAttributes Attributes [get]
 
virtual MemberInfo Member [get]
 
virtual string Name [get]
 
virtual Type ParameterType [get]
 
virtual int Position [get]
 
bool IsIn [get]
 
bool IsOptional [get]
 
bool IsOut [get]
 

Static Private Attributes

const int MetadataToken_ParamDef = 134217728
 

Detailed Description

Definition at line 13 of file RuntimeParameterInfo.cs.


The documentation for this class was generated from the following file: