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

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

private GetValue ( Object instance, RuntimeTypeHandle fieldType, RuntimeTypeHandle declaringType, bool &domainInitialized ) : Object
instance Object
fieldType RuntimeTypeHandle
declaringType RuntimeTypeHandle
domainInitialized bool
Результат Object
        internal extern Object GetValue(Object instance, RuntimeTypeHandle fieldType, RuntimeTypeHandle declaringType, ref bool domainInitialized);