RunspaceInvoke Class
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Allows the execution of commands from a CLR language.
Namespace: System.Management.Automation
Assembly: System.Management.Automation (in System.Management.Automation)
System.Management.Automation Namespace
Namespace: System.Management.Automation
Assembly: System.Management.Automation (in System.Management.Automation)
For an example of applications that use this class, see the following topics:
Creating a Console Application that Runs a Specified Command.
Creating a Console Application that Runs a Specified Script.
When this class is used, the Windows PowerShell runtime builds all of the other data structures needed to open and close the runspace. However, this class cannot be used if the application needs to explicitly define a pipeline.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Target Platforms
Windows Developer Preview, Windows Server Developer PreviewReference
RunspaceInvoke MembersSystem.Management.Automation Namespace
Other Resources
Windows PowerShell SDKSend comments about this topic to Microsoft.