Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Reflection.PropertyInfo Class Referenceabstract

Public Member Functions

ParameterInfo[] GetIndexParameters ()
 
MethodInfo[] GetAccessors ()
 
MethodInfo[] GetAccessors (bool nonPublic)
 
MethodInfoGetGetMethod ()
 
MethodInfoGetGetMethod (bool nonPublic)
 
MethodInfoGetSetMethod ()
 
MethodInfoGetSetMethod (bool nonPublic)
 
virtual Type[] GetOptionalCustomModifiers ()
 
virtual Type[] GetRequiredCustomModifiers ()
 
object? GetValue (object? obj)
 
virtual ? object GetValue (object? obj, object?[]? index)
 
object? GetValue (object? obj, BindingFlags invokeAttr, Binder? binder, object?[]? index, CultureInfo? culture)
 
virtual ? object GetConstantValue ()
 
virtual ? object GetRawConstantValue ()
 
void SetValue (object? obj, object? value)
 
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 ()
 
virtual bool HasSameMetadataDefinitionAs (MemberInfo other)
 
bool IsDefined (Type attributeType, bool inherit)
 
object[] GetCustomAttributes (bool inherit)
 
object[] GetCustomAttributes (Type attributeType, bool inherit)
 
virtual IList< CustomAttributeDataGetCustomAttributesData ()
 

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)
 

Package Functions

virtual bool CacheEquals (object o)
 
bool HasSameMetadataDefinitionAsCore< TOther > (MemberInfo other)
 

Properties

override MemberTypes MemberType [get]
 
Type PropertyType [get]
 
PropertyAttributes Attributes [get]
 
bool IsSpecialName [get]
 
bool CanRead [get]
 
bool CanWrite [get]
 
virtual ? MethodInfo GetMethod [get]
 
virtual ? MethodInfo SetMethod [get]
 
string Name [get]
 
TypeDeclaringType [get]
 
TypeReflectedType [get]
 
virtual Module Module [get]
 
virtual IEnumerable< CustomAttributeDataCustomAttributes [get]
 
virtual bool IsCollectible [get]
 
virtual int MetadataToken [get]
 

Detailed Description

Definition at line 7 of file PropertyInfo.cs.


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