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ámetroTipoDescripción
objconst System::SharedPtr<System::Object>&Object para leer la propiedad de.

ReturnValue

Valor de la propiedad especificada para el objeto especificado.

Ver también