[Mono-devel-list] Thread.CurrentCulture and appdomains

Ben Maurer bmaurer at ximian.com
Tue Nov 2 13:21:30 EST 2004


> Anyway, I think the culture needs to be marshaled when going from
> an appdomain to the other.

if you have something like:

static void A () {
    Thread.CurrentThread.CurrentCulture = foo;
}

static void B () {
    Console.WriteLine (threadA.CurrentCulture)
}

Where A is running in a different thread in a different app domain than b.
Does B needs to see any updates that A makes? That might make the `marshal
on ad switch' not work.

-- Ben





More information about the Mono-devel-list mailing list