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


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

Syntax

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

Parameters

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

Return Value

A positive long

See Also