DebuggerStopEventArgs Constructor   
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.
Constructor.
public:
 DebuggerStopEventArgs(System::Management::Automation::InvocationInfo ^ invocationInfo, System::Collections::ObjectModel::Collection<System::Management::Automation::Breakpoint ^> ^ breakpoints, System::Management::Automation::DebuggerResumeAction resumeAction);public DebuggerStopEventArgs(System.Management.Automation.InvocationInfo invocationInfo, System.Collections.ObjectModel.Collection<System.Management.Automation.Breakpoint> breakpoints, System.Management.Automation.DebuggerResumeAction resumeAction);new System.Management.Automation.DebuggerStopEventArgs : System.Management.Automation.InvocationInfo * System.Collections.ObjectModel.Collection<System.Management.Automation.Breakpoint> * System.Management.Automation.DebuggerResumeAction -> System.Management.Automation.DebuggerStopEventArgsPublic Sub New (invocationInfo As InvocationInfo, breakpoints As Collection(Of Breakpoint), resumeAction As DebuggerResumeAction)Parameters
- invocationInfo
- InvocationInfo
- breakpoints
- Collection<Breakpoint>
- resumeAction
- DebuggerResumeAction