Table of Contents

Class MTAThreadAttribute

Namespace
System
Assembly
mscorlib.dll

Indicates that the COM threading model for an application is multithreaded apartment (MTA).

[AttributeUsage(AttributeTargets.Method)]
public sealed class MTAThreadAttribute : Attribute
Inheritance
MTAThreadAttribute
Inherited Members
Extension Methods

Constructors

MTAThreadAttribute()

Initializes a new instance of the MTAThreadAttribute class.

public MTAThreadAttribute()