Click or drag to resize
ProcessorVersionIdentifier Constructor (String, String)
Creates a new ProcessorVersionIdentifier object, initialized with the name and value.

Namespace: com.softwarekey.Client.Licensing
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public ProcessorVersionIdentifier(
	string name,
	string value
)

Parameters

name
Type: SystemString
The name of the ProcessorVersionIdentifier object.
value
Type: SystemString
The processor's version.
See Also