[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Pnet-developers] dynamic assemblies with ilrun
From: |
Rhys Weatherley |
Subject: |
Re: [Pnet-developers] dynamic assemblies with ilrun |
Date: |
Sun, 30 Mar 2003 07:46:10 +1000 |
User-agent: |
KMail/1.4.3 |
On Sunday 30 March 2003 07:46 am, minddog wrote:
> I see the SecurityException blowing me up =) So I commented out the code to
> see if the library was broken and found out that our Reflection doesn't
> support multiple modules in the same assembly. Not a big deal, i didn't
> think it would work anyway. In the end, I've come up with a better idea
> for something =)
That, and the internalcalls for Reflection.Emit are not implemented yet (lots
of stubs in pnet/engine/lib_emit.c). Only the C# parts are implemented.
There is still a little way to go to make Emit work.
Cheers,
Rhys.