Метод | Описание | |
---|---|---|
GetAccessors ( bool nonPublic ) : System.Reflection.MethodInfo[] | ||
GetCustomAttributes ( |
||
GetCustomAttributes ( bool inherit ) : object[] | ||
GetGetMethod ( bool nonPublic ) : |
||
GetIndexParameters ( ) : System.Reflection.ParameterInfo[] | ||
GetSetMethod ( bool nonPublic ) : |
||
GetValue ( object obj, BindingFlags invokeAttr, |
||
IsDefined ( |
||
SetValue ( object obj, object value, BindingFlags invokeAttr, |
Метод | Описание | |
---|---|---|
MetadataPropertyInfo ( IMetadataImport importer, int propertyToken, MetadataType declaringType ) : System |
public GetAccessors ( bool nonPublic ) : System.Reflection.MethodInfo[] | ||
nonPublic | bool | |
Результат | System.Reflection.MethodInfo[] |
public GetCustomAttributes ( |
||
attributeType | ||
inherit | bool | |
Результат | object[] |
public GetCustomAttributes ( bool inherit ) : object[] | ||
inherit | bool | |
Результат | object[] |
public GetGetMethod ( bool nonPublic ) : |
||
nonPublic | bool | |
Результат |
public GetIndexParameters ( ) : System.Reflection.ParameterInfo[] | ||
Результат | System.Reflection.ParameterInfo[] |
public GetSetMethod ( bool nonPublic ) : |
||
nonPublic | bool | |
Результат |
public GetValue ( object obj, BindingFlags invokeAttr, |
||
obj | object | |
invokeAttr | BindingFlags | |
binder | ||
index | object | |
culture | System | |
Результат | object |
public IsDefined ( |
||
attributeType | ||
inherit | bool | |
Результат | bool |
public SetValue ( object obj, object value, BindingFlags invokeAttr, |
||
obj | object | |
value | object | |
invokeAttr | BindingFlags | |
binder | ||
index | object | |
culture | System | |
Результат | void |