RunspaceFactory Class
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.
Defines a factory class for creating Runspace objects.
public ref class RunspaceFactory abstract sealed
public static class RunspaceFactory
type RunspaceFactory = class
Public Class RunspaceFactory
- Inheritance
-
RunspaceFactory
Methods
CreateOutOfProcessRunspace(TypeTable) | |
CreateOutOfProcessRunspace(TypeTable, PowerShellProcessInstance) | |
CreateRunspace() |
Creates a runspace using host of type 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(PSHost, InitialSessionState) |
Creates a runspace using specified PSHost and InitialSessionState. |
CreateRunspace(PSHost, RunspaceConfiguration) |
Creates a runspace using specified PSHost and RunspaceConfiguration |
CreateRunspace(PSHost, RunspaceConnectionInfo) | |
CreateRunspace(RunspaceConfiguration) |
Creates a runspace using Microsoft.PowerShell.DefaultHost |
CreateRunspace(RunspaceConnectionInfo) | |
CreateRunspace(RunspaceConnectionInfo, PSHost, TypeTable) | |
CreateRunspace(RunspaceConnectionInfo, PSHost, TypeTable, PSPrimitiveDictionary) | |
CreateRunspace(RunspaceConnectionInfo, PSHost, TypeTable, PSPrimitiveDictionary, String) | |
CreateRunspacePool() |
Creates a RunspacePool with MaxRunspaces 1 and MinRunspaces 1. |
CreateRunspacePool(InitialSessionState) |
Creates a RunspacePool using the supplied |
CreateRunspacePool(Int32, Int32) |
Creates a RunspacePool
|
CreateRunspacePool(Int32, Int32, InitialSessionState, PSHost) |
Creates a RunspacePool using the supplied |
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, RunspaceConnectionInfo, PSHost) |
Creates a RunspacePool
on the specified remote runspace computer.
|
CreateRunspacePool(Int32, Int32, RunspaceConnectionInfo, PSHost, TypeTable) |
Creates a RunspacePool
on the specified remote runspace computer.
|
CreateRunspacePool(Int32, Int32, RunspaceConnectionInfo, PSHost, TypeTable, PSPrimitiveDictionary) |
Creates a RunspacePool
on the specified remote runspace computer.
|