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

HandleBreakpoints() public method

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