VSNDK.DebugEngine.HandleOutputs.HandleOutputs C# (CSharp) Method

HandleOutputs() public method

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