Architecture class

The architectures supported by a specific Win32 method or struct.

Constructors

Architecture(int _value)
Creates an Architecture object.
const
Architecture.all()
factory

Properties

arm64 bool
Returns true if this object is supported on ARM 64-bit architectures
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
x64 bool
Returns true if this object is supported on Intel 64-bit architectures
no setter
x86 bool
Returns true if this object is supported on Intel 32-bit architectures
no setter

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