Trait windows::Win32::System::ClrHosting::IHostAssemblyManager_Impl
pub trait IHostAssemblyManager_Impl: Sized {
// Required methods
fn GetNonHostStoreAssemblies(&self) -> Result<ICLRAssemblyReferenceList>;
fn GetAssemblyStore(&self) -> Result<IHostAssemblyStore>;
}
Required Methods§
fn GetNonHostStoreAssemblies(&self) -> Result<ICLRAssemblyReferenceList>
fn GetAssemblyStore(&self) -> Result<IHostAssemblyStore>
Object Safety§
This trait is not object safe.