Debugger.ProcessCommand(PSCommand, PSDataCollection<PSObject>) Method  
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.
Evaluates provided command either as a debugger specific command or a PowerShell command.
public:
 abstract System::Management::Automation::DebuggerCommandResults ^ ProcessCommand(System::Management::Automation::PSCommand ^ command, System::Management::Automation::PSDataCollection<System::Management::Automation::PSObject ^> ^ output);public abstract System.Management.Automation.DebuggerCommandResults ProcessCommand(System.Management.Automation.PSCommand command, System.Management.Automation.PSDataCollection<System.Management.Automation.PSObject> output);abstract member ProcessCommand : System.Management.Automation.PSCommand * System.Management.Automation.PSDataCollection<System.Management.Automation.PSObject> -> System.Management.Automation.DebuggerCommandResultsPublic MustOverride Function ProcessCommand (command As PSCommand, output As PSDataCollection(Of PSObject)) As DebuggerCommandResultsParameters
- command
- PSCommand
PowerShell command.
- output
- PSDataCollection<PSObject>
Output.
Returns
DebuggerCommandResults.