System::Reflection::FieldInfo::SetValue 메서드
FieldInfo::SetValue method
특정 객체에 속성 값을 설정합니다.
void System::Reflection::FieldInfo::SetValue(const System::SharedPtr<System::Object> &obj, const System::SharedPtr<System::Object> &value)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 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++