In .NET all applications have several threads.
- Garbage Collector thread
- Responsible for the garbage collection.
- Finalizer thread
- Responsible to run the Finalize method of your objects.
- Main thread
- Responsible to run your main application’s method.
- UI thread
- If your application is a Windows Form application, a WPF application, or a Windows store application, it will have one thread dedicated to update the user interface.
댓글
댓글 쓰기