Partager via


SystemDiagnosticInfo Classe

Définition

Fournit des informations de diagnostic sur le système, telles que l’utilisation du processeur, l’utilisation du disque, l’utilisation de la mémoire, etc.

public ref class SystemDiagnosticInfo sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class SystemDiagnosticInfo final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class SystemDiagnosticInfo
Public NotInheritable Class SystemDiagnosticInfo
Héritage
Object Platform::Object IInspectable SystemDiagnosticInfo
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 Creators Update (introduit dans 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v4.0)

Propriétés

CpuUsage

Obtient le temps processeur utilisé par le système.

MemoryUsage

Obtient les données d’utilisation de la mémoire pour le système.

PreferredArchitecture

Obtient l’architecture de processeur préférée du système.

Méthodes

GetForCurrentSystem()

Obtient l’info-système SystemDiagnosticInfo pour le système actuel.

IsArchitectureSupported(ProcessorArchitecture)

Détermine si le système prend en charge l’architecture de processeur spécifiée.

S’applique à