Metadata Global Static Functions
This section describes the unmanaged global static functions that the metadata API uses.
In This Section
_CorDllMain Function
Initializes the common language runtime (CLR), locates the managed entry point in the DLL assembly's CLR header, and begins execution._CorExeMain Function
Initializes the common language runtime (CLR), locates the managed entry point in the executable assembly's CLR header, and begins execution._CorExeMain2 Function
Executes the entry point in the specified memory-mapped code. This function is called by the operating system loader._CorImageUnloading Function
Notifies the loader when the managed module images are unloaded._CorValidateImage Function
Validates managed module images, and notifies the operating system loader after they have been loaded.CoEEShutDownCOM Function
Unloads a COM assembly from the process.CoInitializeCor Function
CoInitializeCor is obsolete. To initialize the common language runtime (CLR), use either CorBindToRuntimeEx or CorBindToCurrentRuntime.CoInitializeEE Function
Ensures that the CLR execution engine is loaded into a process.CoUninitializeCor Function
CoUninitializeCor is obsolete. The CLR cannot be unloaded from a process.CoUninitializeEE Function
CoUninitializeEE is obsolete.