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

ParameterTypeDescription
objconst System::SharedPtr<System::Object>&Object to read property from.

Return Value

Value of specified property for specified object.

See Also