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
