[Mono-devel-list] The standrad set of .dlls (the implicitly included ones)

Rafael Teixeira monoman at gmail.com
Thu Aug 5 09:45:17 EDT 2004


Hi Mads,

Looking at the code for mcs  (in driver.cs) we can find:

<code-snip>
	//
	// For now the "default config" is harcoded into the compiler
	// we can move this outside later
	//
	string [] default_config = {
		"System",
		"System.Xml",
#if false
		//
		// Is it worth pre-loading all this stuff?
		//
		"Accessibility",
		"System.Configuration.Install",
		"System.Data",
		"System.Design",
		"System.DirectoryServices",
		"System.Drawing.Design",
		"System.Drawing",
		"System.EnterpriseServices",
		"System.Management",
		"System.Messaging",
		"System.Runtime.Remoting",
		"System.Runtime.Serialization.Formatters.Soap",
		"System.Security",
		"System.ServiceProcess",
		"System.Web",
		"System.Web.RegularExpressions",
		"System.Web.Services",
		"System.Windows.Forms"
#endif
	};
</code-snip>

What differs from csc that loads this list from a configuration file,
that normally has a bigger list. Please add a bugzilla case, if you
really need to have it working like csc. The reason this list is
shortened here is just because it makes mcs have a faster startup
time.

I don't understand what you called 'fusion'. Sorry.

Hope it helps,

On Thu, 05 Aug 2004 13:18:23 +0200, Mads Lindstrøm
<mads_lindstroem at yahoo.dk> wrote:
> Hawdee
> 
> How do one get the standard set of .dlls? That is, the ones which it
> is _not_ necessary to include (with -r) when compiling programs.
> 
> In MS .net I suspect one could use some fusion stuff. Would this also
> work in Mono?
> 
> However, fusion seems to be complicated and not that well
> documented. Are there any easier ways?
> 
> If fusion works in Mono, do anybody have some nice documentation /
> examples?
> 
> Greetings,
> 
> Mads Lindstrøm
> 
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
> 


-- 
Rafael "Monoman" Teixeira
---------------------------------------
Cognition is not a representation of an objectively existing world
but is a bringing forth of a world in the process of living.
-- Fritjof Capra, citing 
   Humberto Maturana and Francisco Varella's "Santiago Theory of Cognition"



More information about the Mono-devel-list mailing list