System::Reflection::FieldInfo::GetValue metodu

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)
ParameterTypeAçı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