Creating Powershell cmdlet from C#

Posted by dotnetdev on Stack Overflow See other posts from Stack Overflow or by dotnetdev
Published on 2010-04-11T22:20:02Z Indexed on 2010/04/11 22:23 UTC
Read the original article Hit count: 529

Filed under:

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

© Stack Overflow or respective owner

Related posts about c#