Module netcorehost::hostfxr[][src]

Expand description

Module for abstractions of the hostfxr library.

Structs

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.

A struct for loading pointers to managed functions for a given HostfxrContext.

A struct representing a loaded hostfxr library.

State which hostfxr creates and maintains and represents a logical operation on the hosting components.

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.

Enums

Represents an exit code from a hostfxr operation. This may be one of the special code from KnownHostExitCode, the exit code of the application or an error code resulting from violating some unchecked hostfxr constraint.

The special error or exit codes for hostfxr operations.

Type Definitions

A function pointer for a method with the default signature.

A function pointer for a method with an unknown signature.