eCLRThreadAttribute 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.
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
Name | Value | Description |
---|---|---|
CLRThreadAttributeNone | 0 | None |
CLRThreadAttributeMTA | 1 | Multi-Threaded Application |
CLRThreadAttributeSTA | 2 | Single-Threaded Application |