API Documentation: MachineArchitecture

Represents a target architecture of a configuration. Typical architectures include "x86" and "x86-64".

Note: This interface is not intended for implementation by build script or plugin authors.

Properties

Property Description

32Bit

Whether or not the architecture has 32-bit pointer size.

64Bit

Whether or not the architecture has 64-bit pointer size.

Methods

No methods.

Property Details

boolean 32Bit (read-only)

Whether or not the architecture has 32-bit pointer size.

boolean 64Bit (read-only)

Whether or not the architecture has 64-bit pointer size.