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.