Share via


PexApartmentState Enum

Definition

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

MTA 1

The System.Threading.Thread will create and enter a multithreaded apartment.

STA 0

The System.Threading.Thread will create and enter a single-threaded apartment.

Unknown 2

The System.Threading.Thread.ApartmentState property has not been set.

Applies to