System::Reflection::FieldInfo::GetValue yöntemi

FieldInfo::GetValue method

Belirli bir nesneden özellik değerini alır.

System::SharedPtr<System::Object> System::Reflection::FieldInfo::GetValue(const System::SharedPtr<System::Object> &obj)
ParametreTürAçıklama
objconst System::SharedPtr<System::Object>&Object özelliğin okunacağı nesne.

ReturnValue

Belirtilen nesne için belirtilen özelliğin değeri.

Ayrıca Bakınız