System::Reflection::FieldInfo::GetValue metodo
FieldInfo::GetValue method
Ottiene il valore della proprietà da un oggetto specifico.
System::SharedPtr<System::Object> System::Reflection::FieldInfo::GetValue(const System::SharedPtr<System::Object> &obj)
| Parametro | Tipo | Descrizione |
|---|---|---|
| obj | const System::SharedPtr<System::Object>& | Object da cui leggere la proprietà. |
ReturnValue
Valore della proprietà specificata per l’oggetto specificato.
Vedi anche
- Typedef SharedPtr
- Class Object
- Class FieldInfo
- Namespace System::Reflection
- Library Aspose.Font for C++