System::Reflection::FieldInfo 클래스
FieldInfo class
필드의 속성을 발견하고 필드 메타데이터에 대한 접근을 제공합니다.
class FieldInfo : public System::Reflection::MemberInfo
메서드
| 메서드 | 설명 |
|---|---|
| get_FieldType() | 속성 유형을 가져옵니다. |
| get_IsStatic() | 필드가 정적(static)인지 여부를 나타내는 값을 가져옵니다. |
| GetValue(const System::SharedPtr<System::Object>&) | 특정 객체에서 속성 값을 가져옵니다. |
| SetValue(const System::SharedPtr<System::Object>&, const System::SharedPtr<System::Object>&) | 특정 객체에 속성 값을 설정합니다. |
또 보기
- Class MemberInfo
- Namespace System::Reflection
- Library Aspose.Page for C++