additional device details
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
public string Name { get; set; }
|
||||
public string Description { get; set; }
|
||||
public string Architecture { get; set; }
|
||||
public ushort Family { get; set; }
|
||||
public uint MaxClockSpeed { get; set; }
|
||||
public uint NumberOfCores { get; set; }
|
||||
public uint NumberOfLogicalProcessors { get; set; }
|
||||
public ushort? Family { get; set; }
|
||||
public uint? MaxClockSpeed { get; set; }
|
||||
public uint? NumberOfCores { get; set; }
|
||||
public uint? NumberOfLogicalProcessors { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user