_FieldInfo.GetValue(Object) Method

Definition

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.

Applies to