Creating Powershell cmdlet from C#
- by dotnetdev
I am using Visual Studio 2010 Ultimate Beta 2, what is the relevant namespace/classes for creating a Powershell cmdlet in C#? I assume there is an interface or abstract class to derive from.
Thanks