[Mono-list] C# command line parsing library

"Andrés G. Aragoneses [ knocte ] "Andrés G. Aragoneses [ knocte ]
Thu Jan 4 06:28:35 EST 2007


Chris Seaton escribió:
> Is there a library for parsing command lines in C#? Or do any C#  
> applications have a reusable class for parsing command lines. I'm  
> looking for something where you specify flags and default values and  
> things and gets values from the command line. Like gopt or something.

I think the most standard way to do this is the library 
"Mono.GetOptions" (search in google).

Regards,

	Andrés	[ knocte ]

-- 



More information about the Mono-list mailing list