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