Beispiel #1
0
 public void ExitProcess(System.IntPtr pProcess)
 {
     Call(delegate {
         callbackSwitch.ExitProcess(
             MTA2STA.MarshalIntPtrTo <ICorDebugProcess>(pProcess)
             );
     });
 }