DebuggerCommandResults.EvaluatedByDebugger Property
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.
True if debugger evaluated command. Otherwise evaluation was performed by PowerShell.
public:
property bool EvaluatedByDebugger { bool get(); };
public:
property bool EvaluatedByDebugger { bool get(); };
public bool EvaluatedByDebugger { get; }
member this.EvaluatedByDebugger : bool
Public ReadOnly Property EvaluatedByDebugger As Boolean