using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Cosmos.Debug.HostProcess { /// /// Commands sent to the hostprocess /// public enum HostProcessCommandEnum: int { } public enum DebugEngineCommandEnum : int { ApplicationTerminated = 0 } }