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

FieldInfo::SetValue method

特定のオブジェクトにプロパティの値を設定します。

void System::Reflection::FieldInfo::SetValue(const System::SharedPtr<System::Object> &obj, const System::SharedPtr<System::Object> &value)
パラメーター説明
objconst System::SharedPtr<System::Object>&プロパティを書き込むための Object
valueconst System::SharedPtr<System::Object>&設定するプロパティの値。

参照