DebuggerStopEventArgs Constructor

Definition

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.DebuggerStopEventArgs
Public Sub New (invocationInfo As InvocationInfo, breakpoints As Collection(Of Breakpoint), resumeAction As DebuggerResumeAction)

Parameters

invocationInfo
InvocationInfo
breakpoints
Collection<Breakpoint>
resumeAction
DebuggerResumeAction

Applies to