VSNDK.DebugEngine.EventDispatcher.GDBOutput.GDBOutput C# (CSharp) Method

GDBOutput() public method

Constructor.
public GDBOutput ( EventDispatcher ed ) : System
ed EventDispatcher This object manages debug events in the engine.
return System
            public GDBOutput(EventDispatcher ed)
            {
                m_eventDispatcher = ed;
                _running = true;
            }
EventDispatcher.GDBOutput