API Documentation: TargetMachineFactory

A factory for creating TargetMachine instances.

Properties

Property Description

freeBSD

Creates a for the FreeBSD operating system family and the architecture of the current host.

linux

Creates a for the Linux operating system family and the architecture of the current host.

macOS

Creates a for the macOS operating system family and the architecture of the current host.

windows

Creates a for the Windows operating system family and the architecture of the current host.

Methods

No methods.

Property Details

TargetMachineBuilder freeBSD (read-only)

Creates a TargetMachineBuilder for the FreeBSD operating system family and the architecture of the current host.

TargetMachineBuilder linux (read-only)

Creates a TargetMachineBuilder for the Linux operating system family and the architecture of the current host.

TargetMachineBuilder macOS (read-only)

Creates a TargetMachineBuilder for the macOS operating system family and the architecture of the current host.

TargetMachineBuilder windows (read-only)

Creates a TargetMachineBuilder for the Windows operating system family and the architecture of the current host.