terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.Reflection.PropertyInfo Class Referenceabstract
+ Inheritance diagram for System.Reflection.PropertyInfo:
+ Collaboration 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, global::System.Globalization.CultureInfo culture)
 
virtual void SetValue (object obj, object value, object[] index)
 
void SetValue (object obj, object value, BindingFlags invokeAttr, Binder binder, object[] index, global::System.Globalization.CultureInfo culture)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
bool IsDefined (global::System.Type attributeType, bool inherit)
 
object[] GetCustomAttributes (bool inherit)
 
object[] GetCustomAttributes (global::System.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, set]
 
global::System.Type PropertyType [get]
 
bool CanRead [get]
 
bool CanWrite [get]
 
string Name [get]
 
global::System.Type DeclaringType [get]
 
global::System.Type ReflectedType [get]
 
virtual Module Module [get, set]
 
virtual int MetadataToken [get, set]
 

Detailed Description

Definition at line 13 of file PropertyInfo.cs.


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