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