Metadata Global Static Functions
This section describes the unmanaged global static functions that the metadata API uses.
In This Section
_CorDllMain Function
Instructs the operating system loader to look for the entry point in the DLL image._CorExeMain Function
Instructs the operating system loader to look for the entry point in the executable image._CorExeMain2 Function
Instructs the operating system loader to search for the entry point in the specified memory-mapped code._CorImageUnloading Function
Notifies the loader when the managed module images are unloaded._CorValidateImage Function
Notifies the loader when the managed module images are 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.