PexApartmentState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Thread appartment state for the explorations
public enum class PexApartmentState
[System.Serializable]
public enum PexApartmentState
[<System.Serializable>]
type PexApartmentState =
Public Enum PexApartmentState
- Inheritance
-
PexApartmentState
- Attributes
Fields
Name | Value | Description |
---|---|---|
STA | 0 | The System.Threading.Thread will create and enter a single-threaded apartment. |
MTA | 1 | The System.Threading.Thread will create and enter a multithreaded apartment. |
Unknown | 2 | The System.Threading.Thread.ApartmentState property has not been set. |