System.Reflection.RuntimeFieldInfo.GetValue C# (CSharp) Method

GetValue() private method

private GetValue ( Object obj ) : Object
obj Object
return Object
        public override extern Object GetValue(Object obj);
    }
RuntimeFieldInfo