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