[Mono-dev] MonoImage vs MonoAssembly ?

Miguel de Icaza miguel at novell.com
Tue Mar 15 12:26:23 EDT 2011


Hello Victor,

> I'm new to .NET and Mono, so some of the terminology in the embedding API
> isn't quite clear to me.
>
> What's the difference between a MonoAssembly and a MonoImage?

Assemblies are the unit of deployment in .NET and the container for
the MonoImage, you will typically see those as either ".dll" or ".exe"
files.

Miguel


More information about the Mono-devel-list mailing list