all groups > dotnet clr > april 2007 >
You're in the

dotnet clr

group:

Documentation on Thread::StartupSetApartmentStateInternal


Documentation on Thread::StartupSetApartmentStateInternal Nguyen, V.Y.
4/4/2007 3:36:00 AM
dotnet clr:
Hey all,

I need to figure out what Thread::StartupSetApartmentStateInternal does.
Unfortunately, I have not found this internal call in the shared source CLI
2.0 nor any mentioning to it on MSDN.

Has anyone an idea on what Thread::StartupSetApartmentStateInternal does or
does someone has an idea where I can search further?

Re: Documentation on Thread::StartupSetApartmentStateInternal Nguyen, V.Y.
4/4/2007 5:32:04 AM


[quoted text, click to view]

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

Re: Documentation on Thread::StartupSetApartmentStateInternal Willy Denoyette [MVP]
4/4/2007 2:08:04 PM
[quoted text, click to view]


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.
AddThis Social Bookmark Button