en-US/about_DRMMDeviceAuditSystemInfo.help.txt

TOPIC
    about_DRMMDeviceAuditSystemInfo
 
SHORT DESCRIPTION
    Represents the system information of a device in a device audit, including manufacturer, model, total physical memory, username,
 
LONG DESCRIPTION
The DRMMDeviceAuditSystemInfo class models the information about the system of the audited device. It includes properties such as Manufacturer, Model, TotalPhysicalMemory, Username, DotNetVersion, and TotalCpuCores, which provide detailed information about the system's hardware and software environment. This class is typically used as part of the DRMMDeviceAudit to represent the overall system information of the device being audited.

This class inherits from DRMMObject.

## PROPERTIES

The DRMMDeviceAuditSystemInfo class exposes the following properties:

    Property Type Description
    ------------------- ---------- ----------------------------------------
    Manufacturer string The manufacturer of the system.
    Model string The model of the system.
    TotalPhysicalMemory long The total physical memory (RAM) of th...
    Username string The username of the currently logged-...
    DotNetVersion string The version of the .NET framework ins...
    TotalCpuCores int The total number of CPU cores in the ...
## METHODS

The DRMMDeviceAuditSystemInfo class provides the following methods:

No public methods defined.

## NOTES

This class is defined in the DattoRMM.Core module's class system.
SEE ALSO
    Online Documentation
    https://github.com/TheShadowTek/DattoRMM.Core/blob/main/docs/about/classes/DRMMDeviceAudit/about_DRMMDeviceAuditSystemInfo.md