mscorlib(4.0.0.0) API with additions
MTAThreadAttribute.cs
2 
3 namespace System
4 {
6  [AttributeUsage(AttributeTargets.Method)]
7  [ComVisible(true)]
8  [__DynamicallyInvokable]
9  public sealed class MTAThreadAttribute : Attribute
10  {
12  [__DynamicallyInvokable]
14  {
15  }
16  }
17 }
Represents the base class for custom attributes.
Definition: Attribute.cs:15
Definition: __Canon.cs:3
Indicates that the COM threading model for an application is multithreaded apartment (MTA).
AttributeTargets
Specifies the application elements on which it is valid to apply an attribute.
MTAThreadAttribute()
Initializes a new instance of the T:System.MTAThreadAttribute class.