Enum hostfxr_sys::hostfxr_delegate_type[][src]

#[repr(i32)]
pub enum hostfxr_delegate_type {
    hdt_com_activation,
    hdt_load_in_memory_assembly,
    hdt_winrt_activation,
    hdt_com_register,
    hdt_com_unregister,
    hdt_load_assembly_and_get_function_pointer,
    hdt_get_function_pointer,
}

Variants

hdt_com_activation
hdt_load_in_memory_assembly
hdt_winrt_activation
hdt_com_register
hdt_com_unregister
hdt_load_assembly_and_get_function_pointer
hdt_get_function_pointer

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.