public void ExitAppDomain(System.IntPtr pProcess, System.IntPtr pAppDomain) { Call(delegate { callbackSwitch.ExitAppDomain( MTA2STA.MarshalIntPtrTo <ICorDebugProcess>(pProcess), MTA2STA.MarshalIntPtrTo <ICorDebugAppDomain>(pAppDomain) ); }); }