On Thu, 2007-03-22 at 07:52 -0700, Buzzby wrote: > Is there planned support for > > Assembly.LoadFrom ( URI ) ?
Nothing immediate. > I read some discussion that it perhaps it should wait until CAS is in-place, > but nothing definitive. Yes it should (wait for CAS). Now if you don't need CAS (or have your own security mechanism in place to avoid downloading/running arbitrary code) you can simply download the assembly locally and load/execute it(*) (*) and this would work, equally [un]well, for both Mono and MS runtimes. > Being new to open-source, i've not figured out how these things get decided. You'll find general, high-level, roadmaps on the wiki http://www.mono-project.com/ but for very-specific details (like method-level plans) you better dig up the mailing-list archives. > Thanks. > > -- Sebastien Pouliot <[EMAIL PROTECTED]> Blog: http://pages.infinit.net/ctech/ _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
