System::Reflection::FieldInfo::GetValue メソッド

FieldInfo::GetValue method

特定のオブジェクトからプロパティの値を取得します。

System::SharedPtr<System::Object> System::Reflection::FieldInfo::GetValue(const System::SharedPtr<System::Object> &obj)
パラメーター説明
objconst System::SharedPtr<System::Object>&プロパティを読み取るための Object

ReturnValue

指定されたオブジェクトの指定されたプロパティの値。

参照