Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.17 KB

File metadata and controls

28 lines (21 loc) · 1.17 KB
description RunSpace10 Code Sample
ms.date 09/13/2016
ms.topic reference
title RunSpace10 Code Sample

RunSpace10 Code Sample

Here is the source code for the Runspace10 sample. This sample application adds a cmdlet to System.Management.Automation.Runspaces.RunspaceConfiguration and then uses the modified configuration information to create the runspace.

Note

You can download the C# source file (runspace10.cs) by using the Windows Software Development Kit for Windows Vista and Microsoft .NET Framework 3.0 Runtime Components. For download instructions, see How to Install Windows PowerShell and Download the Windows PowerShell SDK. The downloaded source files are available in the <PowerShell Samples> directory.

Code Sample

:::code language="csharp" source="~/../powershell-sdk-samples/SDK-2.0/csharp/Runspace10/Runspace10.cs" range="11-118":::

See Also

Windows PowerShell Programmer's Guide

Windows PowerShell SDK