Hosting Global Static Functions

Describes the unmanaged global static functions that the hosting API uses.

In This Section

  • CallFunctionShim Function
    Makes a call to the function that has the specified name and parameters in the specified library.
  • CorBindToRuntimeEx Function
    Enables unmanaged hosts to load the CLR into a process, and allows you to set flags to specify the behavior of the CLR.
  • GetRealProcAddress Function
    Gets the address of the specified function that is exported from the latest installed version of the CLR.
  • GetRequestedRuntimeVersion Function
    Gets the version number of the CLR requested by the specified application. If that version is not installed, gets the most recent version that is installed before the requested version.
  • LoadStringRC Function
    Translates an HRESULT value into an error message by using the default culture of the current thread.
  • LockClrVersion Function
    Allows the host to determine which version of the CLR will be used within the process before explicitly initializing the CLR.

See Also

Other Resources

Hosting Coclasses
Hosting Interfaces
Hosting Enumerations
Hosting Structures