Method | Description | |
---|---|---|
GetCustomAttributes ( |
||
GetCustomAttributes ( bool inherit ) : Object[] | ||
GetValue ( Object obj ) : Object | ||
IsDefined ( |
||
SetValue ( Object obj, Object value, BindingFlags invokeAttr, |
Method | Description | |
---|---|---|
MetadataFieldInfo ( IMetadataImport importer, int fieldToken, MetadataType declaringType ) : System | ||
ParseDefaultValue ( MetadataType declaringType, |
public GetCustomAttributes ( |
||
attributeType | ||
inherit | bool | |
return | Object[] |
public GetCustomAttributes ( bool inherit ) : Object[] | ||
inherit | bool | |
return | Object[] |
public IsDefined ( |
||
attributeType | ||
inherit | bool | |
return | bool |
public SetValue ( Object obj, Object value, BindingFlags invokeAttr, |
||
obj | Object | |
value | Object | |
invokeAttr | BindingFlags | |
binder | ||
culture | ||
return | void |