AppMemoryReport クラス

定義

1 つの時点でのアプリのメモリ使用量を表します。

public ref class AppMemoryReport sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class AppMemoryReport final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class AppMemoryReport
Public NotInheritable Class AppMemoryReport
継承
Object Platform::Object IInspectable AppMemoryReport
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

注釈

バージョン履歴

Windows のバージョン SDK バージョン 追加された値
1709 16299 ExpectedTotalCommitLimit

プロパティ

ExpectedTotalCommitLimit

現在のアプリの予想されるコミット制限を取得します。

PeakPrivateCommitUsage

プライベート コミットのアプリのピーク使用量を取得します。

PrivateCommitUsage

アプリのプライベート コミットの使用状況を取得します。

TotalCommitLimit

プライベートコミットと共有コミットのアプリの合計上限を取得します。

TotalCommitUsage

アプリのプライベートと共有コミットの合計使用量を取得します。

適用対象