Property | Type | Description | |
---|---|---|---|
FieldOnTypeBuilderInstantiation | System | ||
GetField |
Method | Description | |
---|---|---|
GetCustomAttributes ( |
||
GetCustomAttributes ( bool inherit ) : Object[] | ||
GetOptionalCustomModifiers ( ) : System.Type[] | ||
GetRequiredCustomModifiers ( ) : System.Type[] | ||
GetType ( ) : |
||
GetValue ( Object obj ) : Object | ||
GetValueDirect ( |
||
IsDefined ( |
||
SetValue ( Object obj, Object value, BindingFlags invokeAttr, |
||
SetValueDirect ( |
Method | Description | |
---|---|---|
FieldOnTypeBuilderInstantiation ( |
||
GetField ( |
public GetCustomAttributes ( |
||
attributeType | ||
inherit | bool | |
return | Object[] |
public GetCustomAttributes ( bool inherit ) : Object[] | ||
inherit | bool | |
return | Object[] |
public GetOptionalCustomModifiers ( ) : System.Type[] | ||
return | System.Type[] |
public GetRequiredCustomModifiers ( ) : System.Type[] | ||
return | System.Type[] |
public GetValueDirect ( |
||
obj | ||
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 |
public SetValueDirect ( |
||
obj | ||
value | Object | |
return | void |