言語

ApplicationExitInfo.ReasonMemoryLimiter フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.App.ApplicationExitInfoReason enum directly instead of this field.

アプリケーション プロセスがシステム メモリの制限を超えたため、強制終了されました。

[Android.Runtime.Register("REASON_MEMORY_LIMITER", ApiSince=37)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.ApplicationExitInfoReason enum directly instead of this field.", true)]
public const Android.App.ApplicationExitInfoReason ReasonMemoryLimiter = 17;
[<Android.Runtime.Register("REASON_MEMORY_LIMITER", ApiSince=37)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.ApplicationExitInfoReason enum directly instead of this field.", true)>]
val mutable ReasonMemoryLimiter : Android.App.ApplicationExitInfoReason

フィールド値

Value = 17

実装

属性

適用対象