Module netcorehost::bindings[][src]

Expand description

Module for the raw bindings for hostfxr and nethost.

Re-exports

pub use hostfxr_sys as hostfxr;
pub use nethost_sys as nethost;

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.