Yes, but by that reasoning we should probably be implementing ALL of mscorlib as internal calls.
Piers. > -----Original Message----- > From: Paolo Molaro [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 16, 2002 3:43 AM > To: mono-list > Subject: Re: [Mono-list] Crypto Unit tests on linux > > > On 10/16/02 Piers Haken wrote: > > Or, even better: > > > > 3) use: Assembly.Load, Activator.CreateInstance & MethodInfo.Invoke > > > > Assuming they're supported, of course. > > They are supported, but the problem with that is that this > still makes corlib depend on System.Xml (and System). If > someone wants to, like, embed the mono runtime in a crypto > token, he may need only corlib, but the above solution means > that he needs to include System and System.Xml as well > (increasing the space requirements). > > lupus > > -- > ----------------------------------------------------------------- > [EMAIL PROTECTED] debian/rules > [EMAIL PROTECTED] Monkeys do it better > > _______________________________________________ > Mono-list maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/mono-list > _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
