System.RuntimeFieldHandle.GetValueDirect C# (CSharp) Méthode

GetValueDirect() private méthode

private GetValueDirect ( RuntimeTypeHandle fieldType, TypedReference obj, RuntimeTypeHandle contextType ) : Object
fieldType RuntimeTypeHandle
obj TypedReference
contextType RuntimeTypeHandle
Résultat Object
        internal extern Object GetValueDirect(RuntimeTypeHandle fieldType, TypedReference obj, RuntimeTypeHandle contextType);