Search code examples
c#getopt

GetOpt library for C#


I'm looking for a getopt library for c#. So far I found a few (phpguru, XGetOptCS, getoptfordotnet) but these look more like unfinished attempts that only support a part of C's getopt. Is there a full getopt c# implementation?


Solution

  • Here is a .NET Implementation of getopt: http://www.codeplex.com/getopt