[Mono-list] AppDomain

dietmar dietmar@ximian.com
24 Feb 2003 19:55:00 +0100


On Mon, 2003-02-24 at 19:01, Daniel Lopez wrote:
> Hi,
> 
> I am looking for the correct way to call a method in a transparent proxy
> from the C side of mono. When I create an object in a different AppDomain
> and call it from C# everything is fine, but when I do it from C, it gets
> executed in the same domain.
> I attach some sample code to demonstrate what I mean.

I am quite unsure if we will support such things. Cant you put that code
into a managed method?

- Dietmar