System::Reflection::FieldInfo::GetValue method
FieldInfo::GetValue method
Gets property value from specific object.
System::SharedPtr<System::Object> System::Reflection::FieldInfo::GetValue(const System::SharedPtr<System::Object> &obj)
Parameter | Type | Description |
---|---|---|
obj | const System::SharedPtr<System::Object>& | Object to read property from. |
ReturnValue
Value of specified property for specified object.
See Also
- Typedef SharedPtr
- Class Object
- Class FieldInfo
- Namespace System::Reflection
- Library Aspose.TeX for C++