Freigeben über


DiagnosticInvoker Klasse

Definition

Enthält Funktionen zum Ausführen eines Diagnose-Problembehandlungspakets.

public ref class DiagnosticInvoker sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class DiagnosticInvoker final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class DiagnosticInvoker
Public NotInheritable Class DiagnosticInvoker
Vererbung
Object Platform::Object IInspectable DiagnosticInvoker
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 Fall Creators Update (eingeführt in 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v5.0)
App-Funktionen
appDiagnostics

Hinweise

Versionsverlauf

Windows-Version SDK-Version Mehrwert
1803 17134 RunDiagnosticActionFromStringAsync

Eigenschaften

IsSupported

Ruft einen booleschen Wert ab, der angibt, ob der Diagnose-Aufruf unterstützt wird.

Methoden

GetDefault()

Ruft den Standardaufruf Diagnose ab.

GetForUser(User)

Ruft den Diagnose-Aufrufer für den angegebenen Benutzer ab.

RunDiagnosticActionAsync(JsonObject)

Führt den Diagnose Invoker mit dem angegebenen Diagnose Kontext asynchron aus.

RunDiagnosticActionFromStringAsync(String)

Führt den Diagnose Invoker mit dem angegebenen Diagnose Kontext asynchron aus.

Gilt für: