_FieldInfo.GetValue(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides COM objects with version-independent access to the GetValue(Object) method.
public:
System::Object ^ GetValue(System::Object ^ obj);
public object GetValue (object obj);
abstract member GetValue : obj -> obj
Public Function GetValue (obj As Object) As Object
Parameters
- obj
- Object
The object whose field value will be returned.
Returns
An object containing the value of the field reflected by this instance.
Remarks
This method is for access to managed classes from unmanaged code, and should not be called from managed code.
The GetValue method returns the value of a field supported by a given object.