enum | System.Reflection.TypeAttributes {
System.Reflection.VisibilityMask = 7
, System.Reflection.NotPublic = 0
, System.Reflection.Public = 1
, System.Reflection.NestedPublic = 2
,
System.Reflection.NestedPrivate = 3
, System.Reflection.NestedFamily = 4
, System.Reflection.NestedAssembly = 5
, System.Reflection.NestedFamANDAssem = 6
,
System.Reflection.NestedFamORAssem = 7
, System.Reflection.LayoutMask = 24
, System.Reflection.AutoLayout = 0
, System.Reflection.SequentialLayout = 8
,
System.Reflection.ExplicitLayout = 16
, System.Reflection.ClassSemanticsMask = 32
, System.Reflection.Class = 0
, System.Reflection.Interface = 32
,
System.Reflection.Abstract = 128
, System.Reflection.Sealed = 256
, System.Reflection.SpecialName = 1024
, System.Reflection.Import = 4096
,
System.Reflection.Serializable = 8192
, System.Reflection.WindowsRuntime = 16384
, System.Reflection.StringFormatMask = 196608
, System.Reflection.AnsiClass = 0
,
System.Reflection.UnicodeClass = 65536
, System.Reflection.AutoClass = 131072
, System.Reflection.CustomFormatClass = 196608
, System.Reflection.CustomFormatMask = 12582912
,
System.Reflection.BeforeFieldInit = 1048576
, System.Reflection.RTSpecialName = 2048
, System.Reflection.HasSecurity = 262144
, System.Reflection.ReservedMask = 264192
} |