Expand description

FFI bindings for hostfxr.

Additional Information

License

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

Re-exports

pub use dlopen2;

Modules

Flag constants for hostfxr_resolve_sdk2.

dlopen2::symbor abstraction for the hostfxr library.

dlopen2::wrapper abstraction for the hostfxr library.

Structs

A structure that stores parameters which are common to all forms of initialization.

Enums

Constants

Seperator char used to seperate a list of paths in a string.

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

Type Definitions

Signature of delegate returned by load_assembly_and_get_function_pointer_fn when delegate_type_name == null (default)

Error reporting function signature.

Result callback signature for hostfxr_get_available_sdks.

Handle to a hostfxr context.

Result callback signature for hostfxr_resolve_sdk2.