Class MTAThreadAttribute
Indicates that the COM threading model for an application is multithreaded apartment (MTA).
Inherited Members
Namespace: System
Assembly: mscorlib.dll
Syntax
[AttributeUsage(AttributeTargets.Method)]
public sealed class MTAThreadAttribute : Attribute
Constructors
| Improve this Doc View SourceMTAThreadAttribute()
Initializes a new instance of the MTAThreadAttribute class.
Declaration
public MTAThreadAttribute()