Property | Type | Description | |
---|---|---|---|
InternalGetValue | Object | ||
InternalSetValue | void | ||
SerializationFieldInfo | System |
Method | Description | |
---|---|---|
GetCustomAttributes ( |
||
GetCustomAttributes ( bool inherit ) : Object[] | ||
GetValue ( Object obj ) : Object | ||
IsDefined ( |
||
SetValue ( Object obj, Object value, BindingFlags invokeAttr, |
Method | Description | |
---|---|---|
InternalGetValue ( Object obj, bool requiresAccessCheck ) : Object | ||
InternalSetValue ( Object obj, Object value, BindingFlags invokeAttr, |
||
SerializationFieldInfo ( |
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 |