windows::Win32::System::Diagnostics::ClrProfiling

Trait ICorProfilerCallback6_Impl

pub trait ICorProfilerCallback6_Impl: ICorProfilerCallback5_Impl {
    // Required method
    fn GetAssemblyReferences(
        &self,
        wszassemblypath: &PCWSTR,
        pasmrefprovider: Ref<'_, ICorProfilerAssemblyReferenceProvider>,
    ) -> Result<()>;
}

Required Methods§

fn GetAssemblyReferences( &self, wszassemblypath: &PCWSTR, pasmrefprovider: Ref<'_, ICorProfilerAssemblyReferenceProvider>, ) -> 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§