Свойство | Type | Description | |
---|---|---|---|
CacheEquals | bool | ||
EqualsSig | bool | ||
GetConstantValue | object | ||
GetValue | Object | ||
GetValue | Object | ||
RuntimePropertyInfo | System | ||
SetValue | void | ||
SetValue | void |
Méthode | Description | |
---|---|---|
GetAccessors ( bool nonPublic ) : System.Reflection.MethodInfo[] | ||
GetConstantValue ( ) : object | ||
GetCustomAttributes ( |
||
GetCustomAttributes ( bool inherit ) : Object[] | ||
GetGetMethod ( bool nonPublic ) : |
||
GetIndexParameters ( ) : System.Reflection.ParameterInfo[] | ||
GetObjectData ( |
||
GetOptionalCustomModifiers ( ) : System.Type[] | ||
GetRawConstantValue ( ) : object | ||
GetRequiredCustomModifiers ( ) : System.Type[] | ||
GetSetMethod ( bool nonPublic ) : |
||
IsDefined ( |
||
ToString ( ) : String |
Méthode | Description | |
---|---|---|
CacheEquals ( object o ) : bool | ||
EqualsSig ( |
||
GetConstantValue ( bool raw ) : object | ||
GetValue ( Object obj, BindingFlags invokeAttr, |
||
GetValue ( Object obj, Object index ) : Object | ||
RuntimePropertyInfo ( int tkProperty, RuntimeType declaredType, System.RuntimeType.RuntimeTypeCache reflectedTypeCache, bool &isPrivate ) : System | ||
SetValue ( Object obj, Object value, BindingFlags invokeAttr, |
||
SetValue ( Object obj, Object value, Object index ) : void |
public GetAccessors ( bool nonPublic ) : System.Reflection.MethodInfo[] | ||
nonPublic | bool | |
Résultat | System.Reflection.MethodInfo[] |
public GetCustomAttributes ( |
||
attributeType | ||
inherit | bool | |
Résultat | Object[] |
public GetCustomAttributes ( bool inherit ) : Object[] | ||
inherit | bool | |
Résultat | Object[] |
public GetGetMethod ( bool nonPublic ) : |
||
nonPublic | bool | |
Résultat |
public GetIndexParameters ( ) : System.Reflection.ParameterInfo[] | ||
Résultat | System.Reflection.ParameterInfo[] |
public GetObjectData ( |
||
info | ||
context | ||
Résultat | void |
public GetOptionalCustomModifiers ( ) : System.Type[] | ||
Résultat | System.Type[] |
public GetRequiredCustomModifiers ( ) : System.Type[] | ||
Résultat | System.Type[] |
public GetSetMethod ( bool nonPublic ) : |
||
nonPublic | bool | |
Résultat |
public IsDefined ( |
||
attributeType | ||
inherit | bool | |
Résultat | bool |