Expand description

Shared bindings for the coreclr hosting components.

  • nethost-sys - bindings and downloader for the nethost library.
  • hostfxr-sys - bindings for the hostfxr library.
  • netcorehost - rusty wrapper over the nethost and hostfxr libraries.

Additional Information

License

Licensed under the MIT license (LICENSE or https://opensource.org/licenses/MIT)

Enums

Status codes returned by the hosting APIs from hostfxr, hostpolicy and nethost.

Constants

The maximum path length on windows platforms (kind of / not really).

Type Definitions

The char type used in the hosting components. Defined as u16 on windows and as c_char otherwise.

Equivalent to size_t in C.