[Mono-list] Mixing Mono and .NET dlls?

Sandy Armstrong sanfordarmstrong at gmail.com
Sun Feb 22 09:48:56 EST 2009


On 02/21/2009 05:26 PM, fevans wrote:
> Miguel's blog on Mono.Options, got me wondering (again) about hybrid
> projects.
> http://tirania.org/blog/archive/2009/Feb-21.html
>
> On the technical side, what are the advantages and pitfalls of mixing dlls
> from both stacks. I develop mainly in Visual Studio. Can I include
> Mono.Options.dll  in my .NET project?

Most of this has already been answered, but I wanted to mention that 
since Mono.Options is a single .cs file, you probably just want to 
include that file in an existing assembly of yours.

Please read the very short MIT/X11-style license at the top of any Mono 
.cs file, and you should understand the freedoms that are granted to 
you, and your own obligations when redistributing (including copyright 
info, etc).

Best,
Sandy


More information about the Mono-list mailing list