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

AD7BreakpointBoundEvent() public method

Constructor.
public AD7BreakpointBoundEvent ( AD7PendingBreakpoint pendingBreakpoint, AD7BoundBreakpoint boundBreakpoint ) : System
pendingBreakpoint AD7PendingBreakpoint The AD7PendingBreakpoint object that represents the pending breakpoint being bound.
boundBreakpoint AD7BoundBreakpoint The AD7BoundBreakpoint object that represents the breakpoint being bound.
return System
        public AD7BreakpointBoundEvent(AD7PendingBreakpoint pendingBreakpoint, AD7BoundBreakpoint boundBreakpoint)
        {
            m_pendingBreakpoint = pendingBreakpoint;
            m_boundBreakpoint = boundBreakpoint;
        }