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
- Hosting layer APIs
- Native hosting
- Write a custom .NET Core host to control the .NET runtime from your native code
§License
Licensed under the MIT license (LICENSE or https://opensource.org/licenses/MIT)
Enums§
- Status
Code - Status codes returned by the hosting APIs from
hostfxr
,hostpolicy
andnethost
.
Constants§
- MAX_
PATH - The maximum path length on windows platforms (kind of / not really).