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.ParameterInfo Class Reference
+ Inheritance diagram for System.Reflection.ParameterInfo:

Public Member Functions

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

Protected Member Functions

 ParameterInfo ()
 

Protected Attributes

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

Properties

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]
 
virtual object DefaultValue [get]
 

Static Private Attributes

const int MetadataToken_ParamDef = 134217728
 

Detailed Description

Definition at line 11 of file ParameterInfo.cs.


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