public void Break(System.IntPtr pAppDomain, System.IntPtr pThread) { Call(delegate { callbackSwitch.Break( MTA2STA.MarshalIntPtrTo <ICorDebugAppDomain>(pAppDomain), MTA2STA.MarshalIntPtrTo <ICorDebugThread>(pThread) ); }); }