System::Reflection::FieldInfo class
FieldInfo class
Discovers the attributes of a field and provides access to field metadata.
class FieldInfo : public System::Reflection::MemberInfo
Methods
Method | Description |
---|---|
get_FieldType() | Gets property type. |
get_IsStatic() | Gets a value indicating whether the field is static. |
GetValue(const System::SharedPtr<System::Object>&) | Gets property value from specific object. |
SetValue(const System::SharedPtr<System::Object>&, const System::SharedPtr<System::Object>&) | Sets property value to specific object. |
See Also
- Class MemberInfo
- Namespace System::Reflection
- Library Aspose.PDF for C++