System.RuntimeFieldHandle.GetValueDirect C# (CSharp) 메소드

GetValueDirect() 개인적인 메소드

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