System.RuntimeFieldHandle.GetValueDirect C# (CSharp) Method

GetValueDirect() private method

private GetValueDirect ( RuntimeTypeHandle fieldType, TypedReference obj, RuntimeTypeHandle contextType ) : Object
fieldType RuntimeTypeHandle
obj TypedReference
contextType RuntimeTypeHandle
return Object
        internal extern Object GetValueDirect(RuntimeTypeHandle fieldType, TypedReference obj, RuntimeTypeHandle contextType);