Skip to main content

Module bindings

Module bindings 

Source
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;nethost

Enums§

StatusCode
Module for shared bindings for all hosting components. Status codes returned by the hosting APIs from hostfxr, hostpolicy and nethost.

Constants§

MAX_PATH
Module for shared bindings for all hosting components. The maximum path length on windows platforms (kind of / not really).

Type Aliases§

char_tNon-Windows and non-std
Module for shared bindings for all hosting components. The char type used in the hosting components. Defined as u16 on windows and as c_char otherwise.
size_t
Module for shared bindings for all hosting components. Equivalent to size_t in C.