Method | Description | |
---|---|---|
GetFieldFromHandle ( RuntimeFieldHandle handle ) : |
||
GetOptionalCustomModifiers ( ) : Type[] | ||
GetRawConstantValue ( ) : Object | ||
GetRequiredCustomModifiers ( ) : Type[] | ||
GetValue ( Object obj ) : Object | ||
SetValue ( Object obj, Object value, BindingFlags invokeAttr, Binder binder, CultureInfo culture ) : void |
Method | Description | |
---|---|---|
FieldInfo ( ) : System |
Method | Description | |
---|---|---|
GetFieldFromHandle ( RuntimeFieldHandle handle, RuntimeTypeHandle declaringType ) : |
||
GetValueDirect ( TypedReference obj ) : Object | ||
SetValue ( Object obj, Object value ) : void | ||
SetValueDirect ( TypedReference obj, Object value ) : void | ||
_FieldInfo ( ) : Type | ||
_FieldInfo ( [ riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId ) : void | ||
_FieldInfo ( uint &pcTInfo ) : void | ||
_FieldInfo ( uint dispIdMember, [ riid, uint lcid, short wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr ) : void | ||
_FieldInfo ( uint iTInfo, uint lcid, IntPtr ppTInfo ) : void |
public static GetFieldFromHandle ( RuntimeFieldHandle handle ) : |
||
handle | RuntimeFieldHandle | |
return |
public GetOptionalCustomModifiers ( ) : Type[] | ||
return | Type[] |
public GetRequiredCustomModifiers ( ) : Type[] | ||
return | Type[] |
public abstract GetValue ( Object obj ) : Object | ||
obj | Object | |
return | Object |
public abstract SetValue ( Object obj, Object value, BindingFlags invokeAttr, Binder binder, CultureInfo culture ) : void | ||
obj | Object | |
value | Object | |
invokeAttr | BindingFlags | |
binder | Binder | |
culture | CultureInfo | |
return | void |