protected override unsafe int OnUnloadClass(CorDebugAppDomain pAppDomain, CorDebugClass c)
 {
     UnloadClass?.Invoke(this, pAppDomain, c);
     return(Continue());
 }
Exemplo n.º 2
0
 protected abstract int OnUnloadClass(CorDebugAppDomain pAppDomain, CorDebugClass c);
Exemplo n.º 3
0
 int ICorDebugManagedCallback.UnloadClass(CorDebugAppDomain pAppDomain, CorDebugClass c)
 {
     return(0);
 }