pub trait ICorProfilerCallback11_Impl: Sized + ICorProfilerCallback10_Impl {
    // Required method
    fn LoadAsNotificationOnly(
        &self,
        pbnotificationonly: *mut BOOL,
    ) -> Result<()>;
}

Required Methods§

fn LoadAsNotificationOnly(&self, pbnotificationonly: *mut BOOL) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§