System::Reflection::FieldInfo::SetValue yöntemi

FieldInfo::SetValue method

Belirli bir nesneye özellik değerini ayarlar.

void System::Reflection::FieldInfo::SetValue(const System::SharedPtr<System::Object> &obj, const System::SharedPtr<System::Object> &value)
ParametreTürAçıklama
objconst System::SharedPtr<System::Object>&Object özelliğin yazılacağı nesne.
değerconst System::SharedPtr<System::Object>&Ayarlanacak özelliğin değeri.

Ayrıca Bakınız