Public Methods

Name Description
Public method Static GetBiosVersion Gets BIOS version.
Public method Static GetDomainName Gets the domain the computer belongs to.
Public method Static GetHddCapacities Returns the capcacities in bytes of all hard drives on the running computer.
Public method Static GetHddSerialNumbers Returns the serials of all hard drives on the running computer.
Public method Static GetMachineName Gets the name of the computer.
Public method Static GetMachineSid Gets the machine's Security Identifier (SID).
Public method Static GetMainboardSerialNumber Gets the mainboards serial number. Throws an exception if no serial was found.
Public method Static GetMemoryAmount Gets the memory amount on the running computer.
Public method Static GetNetworkCardMac Gets the MACs of all network cards on the running computer.
Public method Static GetProcessorID Gets the processor ID. It is not unique.
Public method Static GetUserName Gets the current user's name.
Public method Static GetUserSid Gets the user's Security Identifier (SID).
Public method Static ReadMachineID Calculates the ID of the running machine by mixing all the hardware and software info corresponding to the provided parameters.
Top

See Also