|
| | RuntimeFieldHandle (IRuntimeFieldInfo fieldInfo) |
| |
| IRuntimeFieldInfo | GetRuntimeFieldInfo () |
| |
| bool | IsNullHandle () |
| |
| static string | GetName (RtFieldInfo field) |
| |
| static bool | MatchesNameHash (RuntimeFieldHandleInternal handle, uint hash) |
| |
| static FieldAttributes | GetAttributes (RuntimeFieldHandleInternal field) |
| |
| static RuntimeType | GetApproxDeclaringType (RuntimeFieldHandleInternal field) |
| |
| static int | GetToken (RtFieldInfo field) |
| |
| static object | GetValue (RtFieldInfo field, object instance, RuntimeType fieldType, RuntimeType declaringType, ref bool domainInitialized) |
| |
| static unsafe object | GetValueDirect (RtFieldInfo field, RuntimeType fieldType, void *pTypedRef, RuntimeType contextType) |
| |
| static void | SetValue (RtFieldInfo field, object obj, object value, RuntimeType fieldType, FieldAttributes fieldAttr, RuntimeType declaringType, ref bool domainInitialized) |
| |
| static unsafe void | SetValueDirect (RtFieldInfo field, RuntimeType fieldType, void *pTypedRef, object value, RuntimeType contextType) |
| |
| static RuntimeFieldHandleInternal | GetStaticFieldForGenericType (RuntimeFieldHandleInternal field, RuntimeType declaringType) |
| |
| static bool | AcquiresContextFromThis (RuntimeFieldHandleInternal field) |
| |
Definition at line 9 of file RuntimeFieldHandle.cs.