TargetMachineBuilder
Contents
API Documentation: TargetMachineBuilder
A builder for configuring the architecture of a TargetMachine instances.
Properties
Property | Description |
---|---|
The target architecture. |
|
The target operating system family. |
|
Creates a for the operating system of this instance and the x86 32-bit architecture. |
|
Creates a for the operating system of this instance and the x86 64-bit architecture. |
Methods
No methods.
Property Details
MachineArchitecture architecture (read-only)
The target architecture.
OperatingSystemFamily operatingSystemFamily (read-only)
The target operating system family.
TargetMachine x86 (read-only)
Creates a TargetMachine for the operating system of this instance and the x86 32-bit architecture.
TargetMachine x86_64 (read-only)
Creates a TargetMachine for the operating system of this instance and the x86 64-bit architecture.