Ejemplo n.º 1
0
 public void DestroyConnection(IntPtr pProcess, uint dwConnectionId)
 {
     Call(delegate {
         callbackSwitch.DestroyConnection(
             MTA2STA.MarshalIntPtrTo <ICorDebugProcess>(pProcess),
             dwConnectionId
             );
     });
 }