HardwareComponents

Namespace: Babel.Licensing Assembly: Babel.Licensing.dll

A bitfield of flags for specifying hardware components.

[Flags]
public enum HardwareComponents

Fields

All = 127

A binary constant representing all flag.

Bios = 16

A binary constant representing the BIOS flag.

Cpu = 1

A binary constant representing the CPU flag.

Disk = 4

A binary constant representing the disk flag.

Ethernet = 2

A binary constant representing the Ethernet cards flag.

Motherboard = 8

A binary constant representing the Motherboard flag.

SystemName = 32

A binary constant representing the system name flag.

SystemUuid = 64

A binary constant representing the system universally unique identifier (UUID) flag.

See Also

HardwareId

Last updated