Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » COM » .NET   (RSS)
ThreadAbortException and Unmanaged Code
As you are probably aware Thread.Abort() raises a ThreadAbortException in the thread on which it is invoked, to begin the process of terminating the thread. Please note that if Abort is called on a managed thread while it is executing unmanaged code, Read More...
.NET ServicedComponents and STA Apartment
A major issue with running all COM components using STA threads is that the thread which calls CoInitializeEx must be the only thread executing method invocations on that COM instance. Now assume a scenario in which the STA thread is busy performing other Read More...
Page view tracker