mscorlib(4.0.0.0) API with additions
ApartmentState.cs
2 
3 namespace System.Threading
4 {
7  [ComVisible(true)]
8  public enum ApartmentState
9  {
11  STA,
13  MTA,
15  Unknown
16  }
17 }
Definition: __Canon.cs:3
The T:System.Threading.Thread will create and enter a single-threaded apartment.
Specifies that the class can be serialized.
The T:System.Threading.Thread will create and enter a multithreaded apartment.
ApartmentState
Specifies the apartment state of a T:System.Threading.Thread.