Type Summary
public enum FieldAttributes
{
Assembly = 0x3,
FamANDAssem = 0x2,
Family = 0x4,
FamORAssem = 0x5,
FieldAccessMask = 0x7,
MS HasDefault = 0x8000,
MS HasFieldMarshal = 0x1000,
MS HasFieldRVA = 0x100,
InitOnly = 0x20,
Literal = 0x40,
MS NotSerialized = 0x80,
PinvokeImpl = 0x2000,
Private = 0x1,
PrivateScope = 0x0,
Public = 0x6,
MS ReservedMask = 0x9500,
MS RTSpecialName = 0x400,
SpecialName = 0x200,
Static = 0x10,
}
|