AppMemoryUsageLimitChangingEventArgs クラス

定義

AppMemoryUsageLimitChanging イベントのデータを提供します。

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

Windows の要件

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

注釈

MemoryManager.AppMemoryUsageLimitChanging イベントを処理して、このクラスのインスタンスを取得します。

プロパティ

NewLimit

アプリで使用できるメモリの合計の新しい制限をバイト単位で取得します。

OldLimit

アプリで使用できるメモリの合計の古い制限をバイト単位で取得します。

適用対象