windows::Win32::System::ClrHosting

Trait ICLRControl_Impl

pub trait ICLRControl_Impl: IUnknownImpl {
    // Required methods
    fn GetCLRManager(
        &self,
        riid: *const GUID,
        ppobject: *mut *mut c_void,
    ) -> Result<()>;
    fn SetAppDomainManagerType(
        &self,
        pwzappdomainmanagerassembly: &PCWSTR,
        pwzappdomainmanagertype: &PCWSTR,
    ) -> Result<()>;
}

Required Methods§

fn GetCLRManager( &self, riid: *const GUID, ppobject: *mut *mut c_void, ) -> Result<()>

fn SetAppDomainManagerType( &self, pwzappdomainmanagerassembly: &PCWSTR, pwzappdomainmanagertype: &PCWSTR, ) -> Result<()>

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§