Public MustInherit Class RunspaceConfiguration
public abstract class RunspaceConfiguration
public ref class RunspaceConfiguration abstract
For an example of applications that use this class, see the following topics in the Windows PowerShell Programmer's Guide:
Configuring a Runspace Using RunspaceConfiguration
Configuring a Runspace Using a PowerShell Snap-in
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.