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

Public Member Functions

ParameterInfo[] GetIndexParameters ()
 
MethodInfo GetGetMethod ()
 
MethodInfo GetGetMethod (bool nonPublic)
 
MethodInfo GetSetMethod ()
 
MethodInfo GetSetMethod (bool nonPublic)
 
object GetValue (object obj)
 
virtual object GetValue (object obj, object[] index)
 
object GetValue (object obj, BindingFlags invokeAttr, Binder binder, object[] index, CultureInfo culture)
 
virtual void SetValue (object obj, object value, object[] index)
 
void SetValue (object obj, object value, BindingFlags invokeAttr, Binder binder, object[] index, CultureInfo culture)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
bool IsDefined (Type attributeType, bool inherit)
 
object[] GetCustomAttributes (bool inherit)
 
object[] GetCustomAttributes (Type attributeType, bool inherit)
 

Static Public Member Functions

static bool operator== (PropertyInfo left, PropertyInfo right)
 
static bool operator!= (PropertyInfo left, PropertyInfo right)
 
static bool operator== (MemberInfo left, MemberInfo right)
 
static bool operator!= (MemberInfo left, MemberInfo right)
 

Protected Member Functions

 PropertyInfo ()
 

Properties

override MemberTypes MemberType [get]
 
Type PropertyType [get]
 
bool CanRead [get]
 
bool CanWrite [get]
 
string Name [get]
 
Type DeclaringType [get]
 
Type ReflectedType [get]
 
virtual Module Module [get]
 
virtual int MetadataToken [get]
 

Detailed Description

Definition at line 10 of file PropertyInfo.cs.


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