I've got a custom application which uses RunspaceInvoke to execute scripts.
I'm referencing a custom assembly in the my project. When I try to use .net
class within my referenced assembly in a script. Powershell complains that it
can't find the class.
Do assemblies referenced by my CS project get loaded into the PowerShell
environment or do I have to load the assemblies into the runspace
specifically?
I expected the runspace to be loaded into the same process as my custom
application therefore having access to all the same assemblies referenced by
the project.
Thanks,
-Nate


