Méthode | Description | |
---|---|---|
AD7BreakpointEvent ( IEnumDebugBoundBreakpoints2 boundBreakpoints ) : System |
Constructor.
|
Méthode | Description | |
---|---|---|
IDebugBreakpointEvent2 ( IEnumDebugBoundBreakpoints2 &ppEnum ) : int |
Creates an enumerator for all the breakpoints that fired at the current code location. (http://msdn.microsoft.com/en-us/library/bb146247.aspx)
|
public AD7BreakpointEvent ( IEnumDebugBoundBreakpoints2 boundBreakpoints ) : System | ||
boundBreakpoints | IEnumDebugBoundBreakpoints2 | The IEnumDebugBoundBreakpoints2 object that enumerates all the breakpoints associated with /// the current code location. |
Résultat | System |