Metadata Global Static Functions

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.

See Also

Other Resources

Metadata Interfaces