System::Reflection::FieldInfo::GetValue 方法
FieldInfo::GetValue method
从特定对象获取属性值。
System::SharedPtr<System::Object> System::Reflection::FieldInfo::GetValue(const System::SharedPtr<System::Object> &obj)
| 参数 | 类型 | 描述 |
|---|---|---|
| obj | const System::SharedPtr<System::Object>& | Object 用于读取属性的对象。 |
ReturnValue
指定对象的指定属性的值。
另见
- Typedef SharedPtr
- Class Object
- Class FieldInfo
- Namespace System::Reflection
- Library Aspose.Font for C++