Click or drag to resize
ProcessorIdentifierAlgorithmGetIdentifiers Method
Generates a generic list of ProcessorNameIdentifier, ProcessorVersionIdentifier, and ProcessorVendorIdentifier objects (based on the ProcessorIdentifierAlgorithmTypes specified in the constructor).

Namespace: com.softwarekey.Client.Licensing
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public override List<SystemIdentifier> GetIdentifiers()

Return Value

Type: ListSystemIdentifier
Returns a generic list of ProcessorNameIdentifier, ProcessorVersionIdentifier, and ProcessorVendorIdentifier objects (based on the ProcessorIdentifierAlgorithmTypes specified in the constructor).
Remarks
Caution note Caution

Some processors may include the clock speed with the processor name. You may set ExcludeClockSpeedFromProcessorName to prevent this from affecting the resulting ProcessorNameIdentifier objects generated.

The number of each type of identifier generated typically varies

See Also