فئة System::Reflection::FieldInfo
FieldInfo class
يكتشف سمات الحقل ويوفر الوصول إلى بيانات تعريف الحقل.
class FieldInfo : public System::Reflection::MemberInfo
الطرق
| طريقة | الوصف |
|---|---|
| get_FieldType() | يحصل على نوع الخاصية. |
| get_IsStatic() | يحصل على قيمة تشير إلى ما إذا كان الحقل ثابتًا. |
| GetValue(const System::SharedPtr<System::Object>&) | يحصل على قيمة الخاصية من كائن محدد. |
| SetValue(const System::SharedPtr<System::Object>&, const System::SharedPtr<System::Object>&) | يضبط قيمة الخاصية إلى كائن محدد. |
انظر أيضًا
- Class MemberInfo
- Namespace System::Reflection
- Library Aspose.Font for C++