System.RuntimeFieldHandle.GetValue C# (CSharp) Method

GetValue() private method

private GetValue ( Object instance, RuntimeTypeHandle fieldType, RuntimeTypeHandle declaringType, bool &domainInitialized ) : Object
instance Object
fieldType RuntimeTypeHandle
declaringType RuntimeTypeHandle
domainInitialized bool
return Object
        internal extern Object GetValue(Object instance, RuntimeTypeHandle fieldType, RuntimeTypeHandle declaringType, ref bool domainInitialized);