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++