System::Reflection::FieldInfo::SetValue method
FieldInfo::SetValue method
将属性值设置到特定对象。
void System::Reflection::FieldInfo::SetValue(const System::SharedPtr<System::Object> &obj, const System::SharedPtr<System::Object> &value)
| Parameter | Type | 描述 |
|---|---|---|
| obj | const System::SharedPtr<System::Object>& | Object 用于写入属性的对象。 |
| value | const System::SharedPtr<System::Object>& | 要设置的属性值。 |
另见
- Typedef SharedPtr
- Class Object
- Class FieldInfo
- Namespace System::Reflection
- Library Aspose.Page for C++