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);