Crate coreclr_hosting_shared[][src]

Expand description

Shared bindings for the coreclr hosting components.

Related crates

  • 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).

Signifies that the target method is marked with the UnmanagedCallersOnlyAttribute. This means that the name alone can identify the target method.

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.