Método System::Reflection::FieldInfo::GetValue
FieldInfo::GetValue method
Obtiene el valor de la propiedad de un objeto específico.
System::SharedPtr<System::Object> System::Reflection::FieldInfo::GetValue(const System::SharedPtr<System::Object> &obj)
| Parámetro | Tipo | Descripción |
|---|---|---|
| obj | const System::SharedPtr<System::Object>& | Object para leer la propiedad de. |
ReturnValue
Valor de la propiedad especificada para el objeto especificado.
Ver también
- Typedef SharedPtr
- Class Object
- Class FieldInfo
- Namespace System::Reflection
- Library Aspose.Page for C++