IHostSupportsInteractiveSession.PushRunspace(Runspace) Method
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.
Called by the engine to notify the host that a runspace push has been requested.
public:
void PushRunspace(System::Management::Automation::Runspaces::Runspace ^ runspace);
public void PushRunspace (System.Management.Automation.Runspaces.Runspace runspace);
[System.Runtime.CompilerServices.NullableContext(1)]
public void PushRunspace (System.Management.Automation.Runspaces.Runspace runspace);
abstract member PushRunspace : System.Management.Automation.Runspaces.Runspace -> unit
[<System.Runtime.CompilerServices.NullableContext(1)>]
abstract member PushRunspace : System.Management.Automation.Runspaces.Runspace -> unit
Public Sub PushRunspace (runspace As Runspace)
Parameters
- runspace
- Runspace
- Attributes