Show / Hide Table of Contents

    Class MTAThreadAttribute

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

    Inheritance
    Object
    Attribute
    MTAThreadAttribute
    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 MTAThreadAttribute : Attribute

    Constructors

    | Improve this Doc View Source

    MTAThreadAttribute()

    Initializes a new instance of the MTAThreadAttribute class.

    Declaration
    public MTAThreadAttribute()

    Extension Methods

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