DebuggerStopEventArgs Class   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Arguments for the DebuggerStop event.
public ref class DebuggerStopEventArgs : EventArgspublic class DebuggerStopEventArgs : EventArgstype DebuggerStopEventArgs = class
    inherit EventArgsPublic Class DebuggerStopEventArgs
Inherits EventArgs- Inheritance
- 
				DebuggerStopEventArgs
Constructors
| DebuggerStopEventArgs(InvocationInfo, Collection<Breakpoint>, DebuggerResumeAction) | Constructor. | 
Properties
| Breakpoints | The breakpoint(s) hit. | 
| InvocationInfo | Invocation info of the code being executed. | 
| ResumeAction | This property must be set in the event handler to indicate the debugger what it should do next. |