[Mono-list] popt

Rob Brown-Bayliss rbb@orcon.net.nz
Fri, 27 Aug 2004 15:18:32 +1200


On Thu, 2004-08-26 at 20:57, Marcus wrote:
> I'm not sure about popt. There is a somewhat different package for handling 
> options in the Mono.GetOptions namespace. It handles parsing options by 
> attaching attributes to fields/properties that correspond to options and 
> using reflection at runtime to set them.

So I have had a look, and on the web found this example:

http://talios.blog-city.com/read/579685.htm

But I cant find any mention of Mono.GetOptions in monodoc, and I get
this error with the example:

Cannot find type `Options'(CS0246)


Any clues? 

--
Rob Brown-Bayliss