eCLRThreadAttribute Enum

Definition

Used by the CLRThreadAttribute property.

public enum class eCLRThreadAttribute
public enum class eCLRThreadAttribute
enum eCLRThreadAttribute
public enum eCLRThreadAttribute
type eCLRThreadAttribute = 
Public Enum eCLRThreadAttribute
Inheritance
eCLRThreadAttribute

Fields

CLRThreadAttributeMTA 1

Multi-Threaded Application

CLRThreadAttributeNone 0

None

CLRThreadAttributeSTA 2

Single-Threaded Application

Applies to