Module netcorehost::hostfxr

source ·
Expand description

Module for abstractions of the hostfxr library.

Structs§

  • Either the exit code of the app if it ran successful, otherwise the error from the hosting components.
  • A struct for loading pointers to managed functions for a given HostfxrContext which automatically loads the assembly from the given path on the first access.
  • DelegateLoadernetcore3_0
    A struct for loading pointers to managed functions for a given HostfxrContext.
  • Information about the current dotnet environment loaded using Hostfxr::get_dotnet_environment_info.
  • A struct representing an installed framework.
  • A struct representing a loaded hostfxr library.
  • HostfxrContextnetcore3_0
    State which hostfxr creates and maintains and represents a logical operation on the hosting components.
  • HostfxrHandlenetcore3_0
    Handle of a loaded HostfxrContext.
  • A marker struct indicating that the context was initialized for the dotnet command line. This means that it is possible to run the application associated with the context.
  • A marker struct indicating that the context was initialized with a runtime config. This means that it is not possible to run the application associated with the context.
  • ManagedFunctionnetcore3_0
    A wrapper around a managed function pointer.
  • OpaqueFunctionnetcore3_0
    A struct representing an opaque function.
  • SdkInfonet6_0
    A struct representing an installed sdk.

Enums§

Traits§

Type Aliases§