Click or drag to resize

Hardware Class

Platform-agnostic static interface to hardware information. There will be one static method on this class for each IHardware member. An instance of IHardware is added to the dependency injection registry according to the runtime environment.
Inheritance Hierarchy
SystemObject
  Demo3D.CommonHardware

Namespace:  Demo3D.Common
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 18.04.00
Syntax
C#
public static class Hardware

The Hardware type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberCpu
Public propertyStatic memberMachineId
Top
See Also