Calculates the ID of the running machine by mixing all the hardware and software info corresponding to the provided parameters.


Namespace: SeriousBit.Licensing
Assembly: SeriousBit.Licensing (in SeriousBit.Licensing.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function ReadMachineID( _
ByVal ParamArray infoToUse As MachineInfo() _
) As Integer
C#
public static int ReadMachineID(
params MachineInfo[] infoToUse
)
C++
public:
static int ReadMachineID(
... array<MachineInfo>^ infoToUse
)
J#
public static int ReadMachineID(
MachineInfo[] infoToUse
)
JScript
public static function ReadMachineID(
ParamArrayAttribute infoToUse : MachineInfo[]
) : int

Parameters

infoToUse
Indicates which info should be mixed to create the machine ID.

Return Value

A positive int

See Also