I have a COM library I should use in my ASP.NET MVC application. However I am unsure about its thread apartment model. How can I determine it?
相关问题
- Generic Generics in Managed C++
- How to Debug/Register a Permanent WMI Event Which
- How to let a thread communicate with another activ
- 'System.Threading.ThreadAbortException' in
- Bulk update SQL Server C#
The OLE/COM Object Viewer also shows the threading model for components.
Determine the component's
CLSID
from the registry using this key:Then lookup the
ThreadingModel
using this registry key