Search notes:

System.Threading.ApartmentState (enum)

System.Threading.ApartmentState specifies the apartment state of a thread (System.Threading.Thread.ApartmentState)

Fields

MTA 1
STA 0
Unknown 2

See also

Starting PowerShell with the command line options -STA or -MTA.

Index