1 |
10.2331 |
CorTypeAttr::tdVisibilityMask |
Int32 |
7 |
0x00000007 |
7 |
|
|
System.Int32 |
tdVisibilityMask = 0x00000007,
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\CorHdr.h(281,0) |
|
2 |
10.2331 |
CorTypeAttr::tdNotPublic |
Int32 |
0 |
0x00000000 |
0 |
|
|
System.Int32 |
tdNotPublic = 0x00000000, // Class is not public scope.
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\CorHdr.h(282,0) |
|
3 |
10.2331 |
CorTypeAttr::tdPublic |
Int32 |
1 |
0x00000001 |
1 |
|
|
System.Int32 |
tdPublic = 0x00000001, // Class is public scope.
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\CorHdr.h(283,0) |
|
4 |
10.2331 |
CorTypeAttr::tdNestedPublic |
Int32 |
2 |
0x00000002 |
2 |
|
|
System.Int32 |
tdNestedPublic = 0x00000002, // Class is nested with public visibility.
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\CorHdr.h(284,0) |
|
5 |
10.2331 |
CorTypeAttr::tdNestedPrivate |
Int32 |
3 |
0x00000003 |
3 |
|
|
System.Int32 |
tdNestedPrivate = 0x00000003, // Class is nested with private visibility.
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\CorHdr.h(285,0) |
|
6 |
10.2331 |
CorTypeAttr::tdNestedFamily |
Int32 |
4 |
0x00000004 |
4 |
|
|
System.Int32 |
tdNestedFamily = 0x00000004, // Class is nested with family visibility.
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\CorHdr.h(286,0) |
|
7 |
10.2331 |
CorTypeAttr::tdNestedAssembly |
Int32 |
5 |
0x00000005 |
5 |
|
|
System.Int32 |
tdNestedAssembly = 0x00000005, // Class is nested with assembly visibility.
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\CorHdr.h(287,0) |
|
8 |
10.2331 |
CorTypeAttr::tdNestedFamANDAssem |
Int32 |
6 |
0x00000006 |
6 |
|
|
System.Int32 |
tdNestedFamANDAssem = 0x00000006, // Class is nested with family and assembly visibility.
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\CorHdr.h(288,0) |
|
9 |
10.2331 |
CorTypeAttr::tdNestedFamORAssem |
Int32 |
7 |
0x00000007 |
7 |
|
|
System.Int32 |
tdNestedFamORAssem = 0x00000007, // Class is nested with family or assembly visibility.
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\CorHdr.h(289,0) |
|
10 |
10.2331 |
CorTypeAttr::tdLayoutMask |
Int32 |
24 |
0x00000018 |
24 |
|
|
System.Int32 |
tdLayoutMask = 0x00000018,
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\CorHdr.h(292,0) |
|
11 |
10.2331 |
CorTypeAttr::tdAutoLayout |
Int32 |
0 |
0x00000000 |
0 |
|
|
System.Int32 |
tdAutoLayout = 0x00000000, // Class fields are auto-laid out
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\CorHdr.h(293,0) |
|
12 |
10.2331 |
CorTypeAttr::tdSequentialLayout |
Int32 |
8 |
0x00000008 |
8 |
|
|
System.Int32 |
tdSequentialLayout = 0x00000008, // Class fields are laid out sequentially
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\CorHdr.h(294,0) |
|
13 |
10.2331 |
CorTypeAttr::tdExplicitLayout |
Int32 |
16 |
0x00000010 |
16 |
|
|
System.Int32 |
tdExplicitLayout = 0x00000010, // Layout is supplied explicitly
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\CorHdr.h(295,0) |
|
14 |
10.2331 |
CorTypeAttr::tdClassSemanticsMask |
Int32 |
32 |
0x00000020 |
32 |
|
|
System.Int32 |
tdClassSemanticsMask = 0x00000020,
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\CorHdr.h(299,0) |
|
15 |
10.2331 |
CorTypeAttr::tdClass |
Int32 |
0 |
0x00000000 |
0 |
|
|
System.Int32 |
tdClass = 0x00000000, // Type is a class.
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\CorHdr.h(300,0) |
|
16 |
10.2331 |
CorTypeAttr::tdInterface |
Int32 |
32 |
0x00000020 |
32 |
|
|
System.Int32 |
tdInterface = 0x00000020, // Type is an interface.
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\CorHdr.h(301,0) |
|
17 |
10.2331 |
CorTypeAttr::tdAbstract |
Int32 |
128 |
0x00000080 |
-128 |
|
|
System.Int32 |
tdAbstract = 0x00000080, // Class is abstract
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\CorHdr.h(305,0) |
|
18 |
10.2331 |
CorTypeAttr::tdSealed |
Int32 |
256 |
0x00000100 |
256 |
|
|
System.Int32 |
tdSealed = 0x00000100, // Class is concrete and may not be extended
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\CorHdr.h(306,0) |
|
19 |
10.2331 |
CorTypeAttr::tdSpecialName |
Int32 |
1024 |
0x00000400 |
1024 |
|
|
System.Int32 |
tdSpecialName = 0x00000400, // Class name is special. Name describes how.
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\CorHdr.h(307,0) |
|
20 |
10.2331 |
CorTypeAttr::tdImport |
Int32 |
4096 |
0x00001000 |
4096 |
|
|
System.Int32 |
tdImport = 0x00001000, // Class / interface is imported
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\CorHdr.h(310,0) |
|
21 |
10.2331 |
CorTypeAttr::tdSerializable |
Int32 |
8192 |
0x00002000 |
8192 |
|
|
System.Int32 |
tdSerializable = 0x00002000, // The class is Serializable.
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\CorHdr.h(311,0) |
|
22 |
10.2331 |
CorTypeAttr::tdWindowsRuntime |
Int32 |
16384 |
0x00004000 |
16384 |
|
|
System.Int32 |
tdWindowsRuntime = 0x00004000, // The type is a Windows Runtime type
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\CorHdr.h(312,0) |
|
23 |
10.2331 |
CorTypeAttr::tdStringFormatMask |
Int32 |
196608 |
0x00030000 |
196608 |
|
|
System.Int32 |
tdStringFormatMask = 0x00030000,
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\CorHdr.h(315,0) |
|
24 |
10.2331 |
CorTypeAttr::tdAnsiClass |
Int32 |
0 |
0x00000000 |
0 |
|
|
System.Int32 |
tdAnsiClass = 0x00000000, // LPTSTR is interpreted as ANSI in this class
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\CorHdr.h(316,0) |
|
25 |
10.2331 |
CorTypeAttr::tdUnicodeClass |
Int32 |
65536 |
0x00010000 |
65536 |
|
|
System.Int32 |
tdUnicodeClass = 0x00010000, // LPTSTR is interpreted as UNICODE
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\CorHdr.h(317,0) |
|
26 |
10.2331 |
CorTypeAttr::tdAutoClass |
Int32 |
131072 |
0x00020000 |
131072 |
|
|
System.Int32 |
tdAutoClass = 0x00020000, // LPTSTR is interpreted automatically
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\CorHdr.h(318,0) |
|
27 |
10.2331 |
CorTypeAttr::tdCustomFormatClass |
Int32 |
196608 |
0x00030000 |
196608 |
|
|
System.Int32 |
tdCustomFormatClass = 0x00030000, // A non-standard encoding specified by CustomFormatMask
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\CorHdr.h(319,0) |
|
28 |
10.2331 |
CorTypeAttr::tdCustomFormatMask |
Int32 |
12582912 |
0x00C00000 |
12582912 |
|
|
System.Int32 |
tdCustomFormatMask = 0x00C00000, // Use this mask to retrieve non-standard encoding information for native interop. The meaning of the values of these 2 bits is unspecified.
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\CorHdr.h(320,0) |
|
29 |
10.2331 |
CorTypeAttr::tdBeforeFieldInit |
Int32 |
1048576 |
0x00100000 |
1048576 |
|
|
System.Int32 |
tdBeforeFieldInit = 0x00100000, // Initialize the class any time before first static field access.
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\CorHdr.h(324,0) |
|
30 |
10.2331 |
CorTypeAttr::tdForwarder |
Int32 |
2097152 |
0x00200000 |
2097152 |
|
|
System.Int32 |
tdForwarder = 0x00200000, // This ExportedType is a type forwarder.
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\CorHdr.h(325,0) |
|
31 |
10.2331 |
CorTypeAttr::tdReservedMask |
Int32 |
264192 |
0x00040800 |
264192 |
|
|
System.Int32 |
tdReservedMask = 0x00040800,
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\CorHdr.h(328,0) |
|
32 |
10.2331 |
CorTypeAttr::tdRTSpecialName |
Int32 |
2048 |
0x00000800 |
2048 |
|
|
System.Int32 |
tdRTSpecialName = 0x00000800, // Runtime should check name encoding.
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\CorHdr.h(329,0) |
|
33 |
10.2331 |
CorTypeAttr::tdHasSecurity |
Int32 |
262144 |
0x00040000 |
262144 |
|
|
System.Int32 |
tdHasSecurity = 0x00040000, // Class has security associate with it.
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\CorHdr.h(330,0) |
|