System.RuntimeFieldHandle.SetValueDirect C# (CSharp) Метод

SetValueDirect() приватный Метод

private SetValueDirect ( RuntimeTypeHandle fieldType, TypedReference obj, Object value, RuntimeTypeHandle contextType ) : void
fieldType RuntimeTypeHandle
obj TypedReference
value Object
contextType RuntimeTypeHandle
Результат void
        internal extern void SetValueDirect(RuntimeTypeHandle fieldType, TypedReference obj, Object value, RuntimeTypeHandle contextType);