TargetMachineFactory
API Documentation: TargetMachineFactory
A factory for creating TargetMachine instances.
Properties
Property | Description |
---|---|
Creates a for the FreeBSD operating system family and the architecture of the current host. |
|
Creates a for the Linux operating system family and the architecture of the current host. |
|
Creates a for the macOS operating system family and the architecture of the current host. |
|
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.