RunspaceFactory
Class
Definition
Defines a factory class for creating Runspace objects.
public static class RunspaceFactory
- Inheritance
-
RunspaceFactory
Methods
| CreateOutOfProcessRunspace(TypeTable) | |
| CreateOutOfProcessRunspace(TypeTable, PowerShellProcessInstance) | |
| CreateRunspace(RunspaceConnectionInfo, PSHost, TypeTable, PSPrimitiveDictionary, String) | |
| CreateRunspace(RunspaceConnectionInfo, PSHost, TypeTable, PSPrimitiveDictionary) | |
| CreateRunspace(PSHost, RunspaceConnectionInfo) | |
| CreateRunspace(PSHost, RunspaceConfiguration) |
Creates a runspace using specified PSHost and RunspaceConfiguration |
| CreateRunspace(PSHost, InitialSessionState) |
Creates a runspace using specified PSHost and InitialSessionState |
| CreateRunspace(RunspaceConnectionInfo, PSHost, TypeTable) | |
| CreateRunspace(RunspaceConfiguration) |
Creates a runspace using Microsoft.PowerShell.DefaultHost |
| CreateRunspace(InitialSessionState) |
Creates a runspace using Microsoft.PowerShell.DefaultHost |
| CreateRunspace(PSHost) |
Creates a runspace using specified host. This runspace is created using the configuration information from EntryAssembly. |
| CreateRunspace() |
Creates a runspace using host of type Microsoft.PowerShell.DefaultHost. This runspace is created using the RunspaceConfiguration information from EntryAssembly. |
| CreateRunspace(RunspaceConnectionInfo) | |
| CreateRunspacePool(Int32, Int32, RunspaceConnectionInfo, PSHost, TypeTable) |
Creates a RunspacePool
on the specified remote runspace compuer.
|
| CreateRunspacePool() |
Creates a RunspacePool using default RunspaceConfiguration with MaxRunspaces 1 and MinRunspaces 1. |
| CreateRunspacePool(InitialSessionState) |
Creates a RunspacePool using the supplied |
| CreateRunspacePool(Int32, Int32) |
Creates a RunspacePool using default RunspaceConfiguration.
|
| CreateRunspacePool(Int32, Int32, PSHost) |
Creates a RunspacePool using the supplied |
| CreateRunspacePool(Int32, Int32, RunspaceConnectionInfo) |
Creates a RunspacePool
on the specified remote computer.
|
| CreateRunspacePool(Int32, Int32, InitialSessionState, PSHost) |
Creates a RunspacePool using the supplied |
| CreateRunspacePool(Int32, Int32, RunspaceConnectionInfo, PSHost) |
Creates a RunspacePool
on the specified remote runspace computer.
|
| CreateRunspacePool(Int32, Int32, RunspaceConnectionInfo, PSHost, TypeTable, PSPrimitiveDictionary) |
Creates a RunspacePool
on the specified remote runspace compuer.
|