[Mono-list] Assembly.LoadFrom and URI

Sebastien Pouliot sebastien.pouliot at gmail.com
Thu Mar 22 11:16:31 EDT 2007


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  <sebastien at ximian.com>
Blog: http://pages.infinit.net/ctech/



More information about the Mono-list mailing list