DebuggerUtils.PreProcessDebuggerCommand Method
Namespace: System.Management.Automation.Internal
Assembly: System.Management.Automation (in System.Management.Automation.dll)
Usage
'Usage
Dim commands As PSCommand
Dim isDebuggerActive As Boolean
Dim newDebugMode As Nullable(Of DebugModes)
DebuggerUtils.PreProcessDebuggerCommand(commands, isDebuggerActive, newDebugMode)
Syntax
'Declaration
Public Shared Sub PreProcessDebuggerCommand ( _
commands As PSCommand, _
isDebuggerActive As Boolean, _
<OutAttribute> ByRef newDebugMode As Nullable(Of DebugModes) _
)
public static void PreProcessDebuggerCommand (
PSCommand commands,
bool isDebuggerActive,
out Nullable<DebugModes> newDebugMode
)
public:
static void PreProcessDebuggerCommand (
PSCommand^ commands,
bool isDebuggerActive,
[OutAttribute] Nullable<DebugModes>% newDebugMode
)
public static void PreProcessDebuggerCommand (
PSCommand commands,
boolean isDebuggerActive,
/** @attribute OutAttribute() */ /** @ref */ Nullable<DebugModes> newDebugMode
)
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Target Platforms
Windows Developer Preview, Windows Server Developer Preview
See Also
Reference
DebuggerUtils Class
DebuggerUtils Members
System.Management.Automation.Internal Namespace