1 |
10.74355 |
CorFieldAttr::fdFieldAccessMask |
Int32 |
7 |
0x00000007 |
7 |
|
|
System.Int32 |
fdFieldAccessMask = 0x0007,
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\CorHdr.h(449,0) |
|
2 |
10.74355 |
CorFieldAttr::fdPrivateScope |
Int32 |
0 |
0x00000000 |
0 |
|
|
System.Int32 |
fdPrivateScope = 0x0000, // Member not referenceable.
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\CorHdr.h(450,0) |
|
3 |
10.74355 |
CorFieldAttr::fdPrivate |
Int32 |
1 |
0x00000001 |
1 |
|
|
System.Int32 |
fdPrivate = 0x0001, // Accessible only by the parent type.
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\CorHdr.h(451,0) |
|
4 |
10.74355 |
CorFieldAttr::fdFamANDAssem |
Int32 |
2 |
0x00000002 |
2 |
|
|
System.Int32 |
fdFamANDAssem = 0x0002, // Accessible by sub-types only in this Assembly.
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\CorHdr.h(452,0) |
|
5 |
10.74355 |
CorFieldAttr::fdAssembly |
Int32 |
3 |
0x00000003 |
3 |
|
|
System.Int32 |
fdAssembly = 0x0003, // Accessibly by anyone in the Assembly.
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\CorHdr.h(453,0) |
|
6 |
10.74355 |
CorFieldAttr::fdFamily |
Int32 |
4 |
0x00000004 |
4 |
|
|
System.Int32 |
fdFamily = 0x0004, // Accessible only by type and sub-types.
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\CorHdr.h(454,0) |
|
7 |
10.74355 |
CorFieldAttr::fdFamORAssem |
Int32 |
5 |
0x00000005 |
5 |
|
|
System.Int32 |
fdFamORAssem = 0x0005, // Accessibly by sub-types anywhere, plus anyone in assembly.
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\CorHdr.h(455,0) |
|
8 |
10.74355 |
CorFieldAttr::fdPublic |
Int32 |
6 |
0x00000006 |
6 |
|
|
System.Int32 |
fdPublic = 0x0006, // Accessibly by anyone who has visibility to this scope.
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\CorHdr.h(456,0) |
|
9 |
10.74355 |
CorFieldAttr::fdStatic |
Int32 |
16 |
0x00000010 |
16 |
|
|
System.Int32 |
fdStatic = 0x0010, // Defined on type, else per instance.
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\CorHdr.h(460,0) |
|
10 |
10.74355 |
CorFieldAttr::fdInitOnly |
Int32 |
32 |
0x00000020 |
32 |
|
|
System.Int32 |
fdInitOnly = 0x0020, // Field may only be initialized, not written to after init.
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\CorHdr.h(461,0) |
|
11 |
10.74355 |
CorFieldAttr::fdLiteral |
Int32 |
64 |
0x00000040 |
64 |
|
|
System.Int32 |
fdLiteral = 0x0040, // Value is compile time constant.
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\CorHdr.h(462,0) |
|
12 |
10.74355 |
CorFieldAttr::fdNotSerialized |
Int32 |
128 |
0x00000080 |
-128 |
|
|
System.Int32 |
fdNotSerialized = 0x0080, // Field does not have to be serialized when type is remoted.
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\CorHdr.h(463,0) |
|
13 |
10.74355 |
CorFieldAttr::fdSpecialName |
Int32 |
512 |
0x00000200 |
512 |
|
|
System.Int32 |
fdSpecialName = 0x0200, // field is special. Name describes how.
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\CorHdr.h(465,0) |
|
14 |
10.74355 |
CorFieldAttr::fdPinvokeImpl |
Int32 |
8192 |
0x00002000 |
8192 |
|
|
System.Int32 |
fdPinvokeImpl = 0x2000, // Implementation is forwarded through pinvoke.
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\CorHdr.h(468,0) |
|
15 |
10.74355 |
CorFieldAttr::fdReservedMask |
Int32 |
38144 |
0x00009500 |
-27392 |
|
|
System.Int32 |
fdReservedMask = 0x9500,
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\CorHdr.h(471,0) |
|
16 |
10.74355 |
CorFieldAttr::fdRTSpecialName |
Int32 |
1024 |
0x00000400 |
1024 |
|
|
System.Int32 |
fdRTSpecialName = 0x0400, // Runtime(metadata internal APIs) should check name encoding.
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\CorHdr.h(472,0) |
|
17 |
10.74355 |
CorFieldAttr::fdHasFieldMarshal |
Int32 |
4096 |
0x00001000 |
4096 |
|
|
System.Int32 |
fdHasFieldMarshal = 0x1000, // Field has marshalling information.
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\CorHdr.h(473,0) |
|
18 |
10.74355 |
CorFieldAttr::fdHasDefault |
Int32 |
32768 |
0x00008000 |
-32768 |
|
|
System.Int32 |
fdHasDefault = 0x8000, // Field has default.
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\CorHdr.h(474,0) |
|
19 |
10.74355 |
CorFieldAttr::fdHasFieldRVA |
Int32 |
256 |
0x00000100 |
256 |
|
|
System.Int32 |
fdHasFieldRVA = 0x0100, // Field has RVA.
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\CorHdr.h(475,0) |
|