DebuggerCommandResults(Nullable<DebuggerResumeAction>, Boolean) 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:
DebuggerCommandResults(Nullable<System::Management::Automation::DebuggerResumeAction> resumeAction, bool evaluatedByDebugger);
public DebuggerCommandResults (System.Management.Automation.DebuggerResumeAction? resumeAction, bool evaluatedByDebugger);
new System.Management.Automation.DebuggerCommandResults : Nullable<System.Management.Automation.DebuggerResumeAction> * bool -> System.Management.Automation.DebuggerCommandResults
Public Sub New (resumeAction As Nullable(Of DebuggerResumeAction), evaluatedByDebugger As Boolean)
Parameters
- resumeAction
- Nullable<DebuggerResumeAction>
Resume action.
- evaluatedByDebugger
- Boolean
True if evaluated by debugger.