public void ChangeConnection(IntPtr pProcess, uint dwConnectionId) { Call(delegate { callbackSwitch.ChangeConnection( MTA2STA.MarshalIntPtrTo <ICorDebugProcess>(pProcess), dwConnectionId ); }); }