windows::Win32::System::ClrHosting

Trait IHostAssemblyManager_Impl

pub trait IHostAssemblyManager_Impl: IUnknownImpl {
    // Required methods
    fn GetNonHostStoreAssemblies(&self) -> Result<ICLRAssemblyReferenceList>;
    fn GetAssemblyStore(&self) -> Result<IHostAssemblyStore>;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§