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, PowerShellProcessInstance) |
Creates an out-of-process remote Runspace. |
CreateOutOfProcessRunspace(TypeTable) |
Creates an out-of-process remote Runspace. |
CreateRunspace() |
Creates a runspace using host of type Microsoft.PowerShell.DefaultHost. |
CreateRunspace(InitialSessionState) |
Creates a runspace using Microsoft.PowerShell.DefaultHost |
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) |
Creates a remote Runspace. |
CreateRunspace(PSHost) |
Creates a runspace using specified host. This runspace is created using the configuration information from EntryAssembly. |
CreateRunspace(RunspaceConfiguration) |
Creates a runspace using Microsoft.PowerShell.DefaultHost |
CreateRunspace(RunspaceConnectionInfo, PSHost, TypeTable, PSPrimitiveDictionary, String) |
Creates a remote Runspace. |
CreateRunspace(RunspaceConnectionInfo, PSHost, TypeTable, PSPrimitiveDictionary) |
Creates a remote Runspace. |
CreateRunspace(RunspaceConnectionInfo, PSHost, TypeTable) |
Creates a remote Runspace. |
CreateRunspace(RunspaceConnectionInfo) |
Creates a remote Runspace. |
CreateRunspacePool() |
Creates a RunspacePool with MaxRunspaces 1 and MinRunspaces 1. |
CreateRunspacePool(InitialSessionState) |
Creates a RunspacePool using the supplied |
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, PSHost, TypeTable, PSPrimitiveDictionary) |
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) |
Creates a RunspacePool
on the specified remote runspace computer.
|
CreateRunspacePool(Int32, Int32, RunspaceConnectionInfo) |
Creates a RunspacePool
on the specified remote computer.
|
CreateRunspacePool(Int32, Int32) |
Creates a RunspacePool
|