Reflected field attributes.
Enumerator |
---|
FieldAccessMask | Member access mask. Use this mask to retrieve accessibility information.
|
PrivateScope | Non-referancable members.
|
Private | Private members.
|
FamANDAssem | Private and assembly-scoped members.
|
Assembly | Assembly-scoped members.
|
Family | Members accessible by type and subtypes.
|
FamORAssem | Members accessible by type, sub-types and assembly.
|
Public | Members accessible by anyone.
|
Static | Static members as opposite to instance members.
|
InitOnly | Const members that can only be initialized but not changed.
|
Literal | Compile time constant members.
|
NotSerialized | Not serialized members.
|
SpecialName | Special field of one of the below names.
|
PinvokeImpl | Interop forwarded implementation.
|
ReservedMask | Reserved flags for runtime use only.
|
RTSpecialName | Runtim eshould check name encoding.
|
HasFieldMarshal | Marshalling information is present.
|
HasDefault | Default value is present.
|
HasFieldRVA | RVA is present.
|