System.RuntimeFieldHandle.GetValue C# (CSharp) Méthode

GetValue() private méthode

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