RunspaceFactory Members (System.Management.Automation.Runspaces)

Switch View :
ScriptFree
RunspaceFactory Members
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Provides a means to create a single runspace or a pool of runspaces.

The following tables list the members exposed by the RunspaceFactory type.

Public Methods

  Name Description
public method static CreateOutOfProcessRunspace  
public method static CreateOutOfProcessRunspace  
public method static CreateRunspace Creates a single runspace that uses the default host and runspace configuration.
public method static CreateRunspace Creates a single runspace that uses a custom host.
public method static CreateRunspace Creates a single runspace that uses a custom host and initial session state information.
public method static CreateRunspace Creates a single runspace that uses a custom host and runspace configuration information.
public method static CreateRunspace Creates a single runspace that can be opened on a remote computer. The runspace uses a custom host and connection information.
public method static CreateRunspace Creates a single runspace that uses the default host and specified initial session state information.
public method static CreateRunspace Creates a single runspace that uses the default host and specified runspace configuration information.
public method static CreateRunspace Creates a single runspace that can be opened on a remote computer. The runspace uses the default host and specified connection information.
public method static CreateRunspace Creates a single runspace that can be opened on a remote computer. The runspace uses a custom host, connection information, and type table (serialization) information. This method is introduced in Windows PowerShell 2.0.
public method static CreateRunspace Creates a single runspace that can be opened on a remote computer. The runspace uses a custom host, connection information, type table (serialization) information, and endpoint application arguments. This method is introduced in Windows PowerShell 2.0.
public method static CreateRunspacePool Creates a runspace pool that contains a single runspace. This runspace uses the default host and default runspace configuration. This method is introduced in Windows PowerShell 2.0.
public method static CreateRunspacePool Creates a pool of runspaces that specifies the minimum and maximum number of opened runspaces for the pool. This method is introduced in Windows PowerShell 2.0.
public method static CreateRunspacePool Creates a pool of runspaces that specifies the minimum and maximum number of opened runspaces for the pool, and a custom host that is used by each runspace. This method is introduced in Windows PowerShell 2.0.
public method static CreateRunspacePool Creates a runspace pool that specifies minimum and maximum number of opened runspaces, and a custom host and initial session state information that is used by each runspace in the pool. This method is introduced in Windows PowerShell 2.0.
public method static CreateRunspacePool Creates a runspace pool that contains runspaces that can be opened on a remote computer. The runspace pool specifies the minimum number of runspaces that Windows PowerShell maintains open, the maximum number of runspaces in the pool, and the connection information used to connect to a computer. This method is introduced in Windows PowerShell 2.0.
public method static CreateRunspacePool Creates a runspace pool that contains runspaces that can be opened on a remote computer. The runspace pool specifies the minimum number of runspaces that Windows PowerShell maintains open, the maximum number of runspaces in the pool, a custom host, and the connection information used to connect to a computer. This method is introduced in Windows PowerShell 2.0.
public method static CreateRunspacePool Creates a runspace pool that contains runspaces that can be opened on a remote computer. The runspace pool specifies the minimum number of runspaces that Windows PowerShell maintains open, the maximum number of runspaces in the pool, a custom host, connection information, and type table information used for serialization. This method is introduced in Windows PowerShell 2.0.
public method static CreateRunspacePool Creates a runspace pool that contains runspaces that can be opened on a remote computer. The runspace pool specifies the minimum number of runspaces that Windows PowerShell maintains open, the maximum number of runspaces in the pool, a custom host, connection information, type table (serialization) information, and endpoint application arguments. This method is introduced in Windows PowerShell 2.0.
public method static CreateRunspacePool Creates a pool of runspaces that use the specified initial session state. The initial session state defines the elements, such as cmdlets, scripts, and variables that are accessible within the runspace. This method is introduced in Windows PowerShell 2.0.
Top
See Also

Send comments about this topic to Microsoft.