Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
CreateNestedPipeline ( string command, bool addToHistory ) : IPipeline |
Creates a pipeline for the runspace while an existing pipeline is executing. This method also specifies the commands (such as cmdlets and scripts) that can be executed by the pipeline and specifies a Boolean value that indicates that pipeline execution is added to the history of the runspace.
|
|
RunspaceWrapper ( System.Management.Automation.Runspaces.Runspace runspace ) : System |
Initializes a new instance of a runspace wrapper wrapping the specified runspace.
|
public CreateNestedPipeline ( string command, bool addToHistory ) : IPipeline | ||
command | string | /// Cmdlets, scripts, native applications, executables, or files /// available to the runspace through the pipeline. /// |
addToHistory | bool |
/// |
Résultat | IPipeline |
public RunspaceWrapper ( System.Management.Automation.Runspaces.Runspace runspace ) : System | ||
runspace | System.Management.Automation.Runspaces.Runspace | /// The runspace to wrap. /// |
Résultat | System |