Module netcorehost::nethost

source ·
Expand description

Module for abstractions of the nethost library.

Enums§

  • Enum for errors that can occur while locating and loading the hostfxr library.

Functions§

  • Gets the path to the hostfxr library.
  • Gets the path to the hostfxr library. Hostfxr is located as if the assembly_path is the apphost.
  • Gets the path to the hostfxr library. Hostfxr is located as if an application is started using dotnet app.dll, which means it will be searched for under the dotnet_root path.
  • Retrieves the path to the hostfxr library and loads it.
  • Retrieves the path to the hostfxr library and loads it. Hostfxr is located as if the assembly_path is the apphost.
  • Retrieves the path to the hostfxr library and loads it. Hostfxr is located as if an application is started using dotnet app.dll, which means it will be searched for under the dotnet_root path.