Class MachineInfo
Inherited Members
Namespace: SKM.V3.Models
Assembly: Cryptolens.Licensing.CrossPlatform.dll
Syntax
public class MachineInfo
Properties
| Edit this page View SourceIs64Bit
Declaration
public bool Is64Bit { get; set; }
Property Value
Type | Description |
---|---|
bool |
OSName
Declaration
public string OSName { get; set; }
Property Value
Type | Description |
---|---|
string |
OSVersion
Declaration
public string OSVersion { get; set; }
Property Value
Type | Description |
---|---|
string |