AppDiagnosticInfoWatcher 类

定义

允许监视应用的诊断信息,并在应用从正在运行的应用列表中添加或删除应用时获取通知。

public ref class AppDiagnosticInfoWatcher 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 AppDiagnosticInfoWatcher 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 AppDiagnosticInfoWatcher
Public NotInheritable Class AppDiagnosticInfoWatcher
继承
Object Platform::Object IInspectable AppDiagnosticInfoWatcher
属性

Windows 要求

设备系列
Windows 10 Fall Creators Update (在 10.0.16299.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v5.0 中引入)
应用功能
appDiagnostics

属性

Status

获取此 AppDiagnosticInfoWatcher 状态。

方法

Start()

在正在运行的应用列表中执行状态更改或应用更改时启动触发事件。

Stop()

在正在运行的应用列表中执行状态更改或应用更改时停止触发事件。

事件

Added

将应用添加到正在运行的应用列表中时触发的事件。

EnumerationCompleted

当观察程序完成枚举可供监视的正在运行的应用列表时触发。

Removed

从正在运行的应用列表中删除其中一个应用时触发。

Stopped

当此 AppDiagnosticInfoWatcher 停止监视更改时触发的事件。

适用于