> Hey all,
>
[quoted text clipped - 6 lines]
>
> Thanks in advance,
AFAIK there is no such method in the Thread class. Not sure why you need to know this, if
it's a private method you shouldn't care about it. Note also that "ApartmentStates" are a
COM thing, and the shared source CLI doesn't contain COM interop at all.
Willy.
Nguyen, V.Y. - 04 Apr 2007 13:32 GMT
> > Hey all,
> >
[quoted text clipped - 10 lines]
> it's a private method you shouldn't care about it. Note also that "ApartmentStates" are a
> COM thing, and the shared source CLI doesn't contain COM interop at all.
I am writing my own virtual machine that simulates Microsoft's. Thanks for
the ApartmentStates reference, I have looked it up and deduced the probable
behaviour of Thread::StartupSetApartmentStateInternal.
Viet Yen