System.RuntimeFieldHandle.SetValueDirect C# (CSharp) Method

SetValueDirect() private method

private SetValueDirect ( RuntimeTypeHandle fieldType, TypedReference obj, Object value, RuntimeTypeHandle contextType ) : void
fieldType RuntimeTypeHandle
obj TypedReference
value Object
contextType RuntimeTypeHandle
return void
        internal extern void SetValueDirect(RuntimeTypeHandle fieldType, TypedReference obj, Object value, RuntimeTypeHandle contextType);