[Mono-list] What is the best way to parse command line argume nts?

Robert Jordan robertj at gmx.net
Tue Dec 7 11:41:18 EST 2010


On 07.12.2010 17:31, ArsenShnurkov wrote:
>
>> I use Mono.Options, not Mono.GetOptions.
>
> In the Monodevelop 2.4.1 I don't see Mono.Options assembly in "Edit
> References" dialog.
> There is only Mono.GetOption.dll
>
> What I need to add to references?

It's not an assembly. You can get its source file from

	pkg-config --variable=Sources mono-options

and then include it into your project.

Robert



More information about the Mono-list mailing list