AppResourceGroupStateReport クラス

定義

リソース グループの実行状態やエネルギー クォータの使用状況などの情報を提供します。

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

Windows の要件

デバイス ファミリ
Windows 10 Fall Creators Update (10.0.16299.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v5.0 で導入)
アプリの機能
appDiagnostics

プロパティ

EnergyQuotaState

リソース グループのエネルギー クォータの状態を取得します (クォータが不足しているか、クォータを超えているかなど)。

ExecutionState

リソース グループの実行状態 (中断、実行など) を取得します。

適用対象