DebuggerCommandResults 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.
Command results returned from Debugger.ProcessCommand.
public ref class DebuggerCommandResults sealed
public sealed class DebuggerCommandResults
type DebuggerCommandResults = class
Public NotInheritable Class DebuggerCommandResults
- Inheritance
-
DebuggerCommandResults
Constructors
DebuggerCommandResults(Nullable<DebuggerResumeAction>, Boolean) |
Constructor. |
Properties
EvaluatedByDebugger |
True if debugger evaluated command. Otherwise evaluation was performed by PowerShell. |
ResumeAction |
Resume action. |