Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

Runspace from C#

$
0
0

New to powershell.  I have a C# app that creates a runspace, creates some variables that are object within the C# app and then run some scripts that test the app.

Is there a way to have a console powershell either get the same runspace (variables) or have powershell get allready created objects from a running .net exe?

Currently using the async pipeline example from codeproject.


Viewing all articles
Browse latest Browse all 6937

Trending Articles