Microsoft.R.Debugger.AD7PendingBreakpoint.IDebugPendingBreakpoint2 C# (CSharp) Method

IDebugPendingBreakpoint2() private method

private IDebugPendingBreakpoint2 ( PENDING_BP_STATE_INFO pState ) : int
pState PENDING_BP_STATE_INFO
return int
        int IDebugPendingBreakpoint2.GetState(PENDING_BP_STATE_INFO[] pState) {
            pState[0] = default(PENDING_BP_STATE_INFO);
            pState[0].state = _state;
            return VSConstants.S_OK;
        }

Same methods

AD7PendingBreakpoint::IDebugPendingBreakpoint2 ( ) : int
AD7PendingBreakpoint::IDebugPendingBreakpoint2 ( BP_CONDITION bpCondition ) : int
AD7PendingBreakpoint::IDebugPendingBreakpoint2 ( BP_PASSCOUNT bpPassCount ) : int
AD7PendingBreakpoint::IDebugPendingBreakpoint2 ( IDebugBreakpointRequest2 &ppBPRequest ) : int
AD7PendingBreakpoint::IDebugPendingBreakpoint2 ( IEnumDebugBoundBreakpoints2 &ppEnum ) : int
AD7PendingBreakpoint::IDebugPendingBreakpoint2 ( IEnumDebugErrorBreakpoints2 &ppErrorEnum ) : int
AD7PendingBreakpoint::IDebugPendingBreakpoint2 ( enum_BP_ERROR_TYPE bpErrorType, IEnumDebugErrorBreakpoints2 &ppEnum ) : int
AD7PendingBreakpoint::IDebugPendingBreakpoint2 ( int fEnable ) : int