| Name | Description | Type | Additional Information |
|---|---|---|---|
| MemberType | MemberTypes | ||
| FieldHandle | RuntimeFieldHandle | ||
| FieldType | Type | ||
| Attributes | FieldAttributes | ||
| IsPublic | boolean | ||
| IsPrivate | boolean | ||
| IsFamily | boolean | ||
| IsAssembly | boolean | ||
| IsFamilyAndAssembly | boolean | ||
| IsFamilyOrAssembly | boolean | ||
| IsStatic | boolean | ||
| IsInitOnly | boolean | ||
| IsLiteral | boolean | ||
| IsNotSerialized | boolean | ||
| IsSpecialName | boolean | ||
| IsPinvokeImpl | boolean | ||
| IsSecurityCritical | boolean | ||
| IsSecuritySafeCritical | boolean | ||
| IsSecurityTransparent | boolean | ||
| Name | string | ||
| DeclaringType | Type | ||
| ReflectedType | Type | ||
| CustomAttributes | Collection of CustomAttributeData | ||
| MetadataToken | integer | ||
| Module | Module |