Go to the documentation of this file.
6 #define CLR_LOADER_KEYWORD 0x8
7 #define CLR_STARTENUMERATION_KEYWORD 0x40
11 #define DCStartComplete_V1 145
12 #define ModuleDCStart_V1 153
13 #define AssemblyDCStart_V1 155
14 #define AppDomainDCStart_V1 157
15 #define RuntimeInformationDCStart 187
19 #define CLR_METHODDC_DCSTARTCOMPLETE_OPCODE 14
20 #define CLR_MODULEDCSTART_OPCODE 35
25 #define AppDomainFlags_Default 0x1
26 #define AppDomainFlags_Executable 0x2
27 #define AppDomainFlags_Shared 0x4
30 #define AssemblyFlags_DomainNeutral 0x1
31 #define AssemblyFlags_Dynamic 0x2
32 #define AssemblyFlags_Native 0x4
33 #define AssemblyFlags_Collectible 0x8
36 #define ModuleFlags_DomainNeutral 0x1
37 #define ModuleFlags_Native 0x2
38 #define ModuleFlags_Dynamic 0x4
39 #define ModuleFlags_Manifest 0x8
42 #define StartupMode_ManagedExe 0x1
43 #define StartupMode_HostedCLR 0x2
44 #define StartupMode_IjwDll 0x4
45 #define StartupMode_ComActivated 0x8
46 #define StartupMode_Other 0x10
49 #define StartupFlags_CONCURRENT_GC 0x1
50 #define StartupFlags_LOADER_OPTIMIZATION_SINGLE_DOMAIN 0x2
51 #define StartupFlags_LOADER_OPTIMIZATION_MULTI_DOMAIN 0x4
52 #define StartupFlags_LOADER_SAFEMODE 0x10
53 #define StartupFlags_LOADER_SETPREFERENCE 0x100
54 #define StartupFlags_SERVER_GC 0x1000
55 #define StartupFlags_HOARD_GC_VM 0x2000
56 #define StartupFlags_SINGLE_VERSION_HOSTING_INTERFACE 0x4000
57 #define StartupFlags_LEGACY_IMPERSONATION 0x10000
58 #define StartupFlags_DISABLE_COMMITTHREADSTACK 0x20000
59 #define StartupFlags_ALWAYSFLOW_IMPERSONATION 0x40000
60 #define StartupFlags_TRIM_GC_COMMIT 0x80000
61 #define StartupFlags_ETW 0x100000
62 #define StartupFlags_SERVER_BUILD 0x200000
63 #define StartupFlags_ARM 0x400000