ProcessorIdentifierAlgorithmTypes Enumeration |
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax [FlagsAttribute]
public enum ProcessorIdentifierAlgorithmTypes
<FlagsAttribute>
Public Enumeration ProcessorIdentifierAlgorithmTypes
[FlagsAttribute]
public enum class ProcessorIdentifierAlgorithmTypes
Members
| Member name | Value | Description |
---|
| ProcessorName | 1 | The processor name. |
| ProcessorVendor | 2 | The processor vendor or manufacturer. |
| ProcessorVersion | 4 | The processor version, which includes the model and the stepping. |
See Also