.net - How to determine Threading Model of given COM library? -


i have com library should use in asp.net mvc application. unsure thread apartment model. how can determine it?

determine component's clsid registry using key:

hkey_classes_root\{component's progid}\clsid 

then lookup threadingmodel using registry key

hkey_classes_root\clsid\{component's clsid}\inprocserver32\threadingmodel 

Comments

Popular posts from this blog

php - How to build a web site which gives a sub-domain dynamically to every registered user? -

Delphi Wmi Query on a Remote Machine -