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)
ParameterTypeDescription
objconst System::SharedPtr<System::Object>&Object to read property from.

ReturnValue

Value of specified property for specified object.

See Also