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

Required Methods§

fn GetAssemblyReferences( &self, wszassemblypath: &PCWSTR, pasmrefprovider: Option<&ICorProfilerAssemblyReferenceProvider>, ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§