Dim instance As RunspaceConfiguration
Public MustInherit Class RunspaceConfiguration
public abstract class RunspaceConfiguration
public ref class RunspaceConfiguration abstract
Runspace configuration information includes the assemblies, commands, format and type files, providers, and scripts that are available within the runspace.
Developers might want to derive from this class when writing their own host application. This will allow the host application to control the behavior of the Windows PowerShell shell through a customized runspace configuration.
A RunspaceConfiguration object cannot be used with runspace pools.