APTTYPE class enum

Specifies different types of apartments.

Constructors

APTTYPE()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

APTTYPE_CURRENT → const int
The current thread.
APTTYPE_MAINSTA → const int
The main single-threaded apartment.
APTTYPE_MTA → const int
A multithreaded apartment.
APTTYPE_NA → const int
A neutral apartment.
APTTYPE_STA → const int
A single-threaded apartment.