HighTechTalks DotNet Forums  

Documentation on Thread::StartupSetApartmentStateInternal

Dotnet Framework (CLR) microsoft.public.dotnet.framework.clr


Discuss Documentation on Thread::StartupSetApartmentStateInternal in the Dotnet Framework (CLR) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Nguyen, V.Y.
 
Posts: n/a

Default Documentation on Thread::StartupSetApartmentStateInternal - 04-04-2007 , 06:36 AM






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?

Thanks in advance,

Reply With Quote
  #2  
Old   
Willy Denoyette [MVP]
 
Posts: n/a

Default Re: Documentation on Thread::StartupSetApartmentStateInternal - 04-04-2007 , 08:08 AM






"Nguyen, V.Y." <Nguyen, V.Y. (AT) discussions (DOT) microsoft.com> wrote

Quote:
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?

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.



Reply With Quote
  #3  
Old   
Nguyen, V.Y.
 
Posts: n/a

Default Re: Documentation on Thread::StartupSetApartmentStateInternal - 04-04-2007 , 08:32 AM





"Willy Denoyette [MVP]" wrote:

Quote:
"Nguyen, V.Y." <Nguyen, V.Y. (AT) discussions (DOT) microsoft.com> wrote in message
news1046323-6161-4BFF-BBC2-E8EF2137EE11 (AT) microsoft (DOT) com...
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?

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.
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




Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.