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

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§