internal static void Send(AD7Engine aEngine, IDebugThread2 aThread, uint aExitCode) { var xObj = new AD7ThreadDestroyEvent(aExitCode); aEngine.Callback.Send(xObj, IID, aThread); }