Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found
here.
If the API is already migrated you can check here if exists in a module.
More information regarding the migration can be found here
OBSOLETE
Use Fake.Core.Environment instead (FAKE0001 - package: Fake.Core.Environment)
MachineDetails
A record which allows to display lots of machine specific information like machine name, processor count etc.
Record Fields
Record Field | Description |
AgentVersion
Signature: string
|
|
DriveInfo
Signature: seq<string>
|
|
Is64bit
Signature: bool
|
|
MachineName
Signature: string
|
|
NETFrameworks
Signature: seq<string>
|
|
OperatingSystem
Signature: string
|
|
ProcessorCount
Signature: int
|
|
UserDomainName
Signature: string
|