public void CreateProcess(System.IntPtr pProcess)
 {
     Call(delegate {
         callbackSwitch.CreateProcess(
             MTA2STA.MarshalIntPtrTo <ICorDebugProcess>(pProcess)
             );
     });
 }