en-US/about_DRMMDeviceAuditProcessor.help.txt
|
TOPIC
about_DRMMDeviceAuditProcessor SHORT DESCRIPTION Represents the processor information of a device in a device audit, including its name. LONG DESCRIPTION The DRMMDeviceAuditProcessor class models the information about the processor(s) of the audited system. It includes a property for the Name of the processor, which provides details about the CPU. This class is typically used as part of the DRMMDeviceAudit to represent the hardware information of the system being audited. This class inherits from DRMMObject. ## PROPERTIES The DRMMDeviceAuditProcessor class exposes the following properties: Property Type Description ---------- ---------- -------------------------- Name string The name of the processor. ## METHODS The DRMMDeviceAuditProcessor 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_DRMMDeviceAuditProcessor.md |