Show / Hide Table of Contents

    Class STAThreadAttribute

    Indicates that the COM threading model for an application is single-threaded apartment (STA).

    Inheritance
    Object
    Attribute
    STAThreadAttribute
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: System
    Assembly: mscorlib.dll
    Syntax
    [AttributeUsage(AttributeTargets.Method)]
    public sealed class STAThreadAttribute : Attribute

    Constructors

    | Improve this Doc View Source

    STAThreadAttribute()

    Initializes a new instance of the STAThreadAttribute class.

    Declaration
    public STAThreadAttribute()

    Extension Methods

    LogDispatcher.GetCurrentClassLogger(Object)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018 nanoFramework Contributors
    Generated by DocFX