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);