ActivityManager.ProcessErrorStateInfo.Crashed フィールド

定義

注意事項

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

[Android.Runtime.Register("CRASHED")]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.ProcessError enum directly instead of this field.", true)]
public const Android.App.ProcessError Crashed = 1;
[<Android.Runtime.Register("CRASHED")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.ProcessError enum directly instead of this field.", true)>]
val mutable Crashed : Android.App.ProcessError

フィールド値

Value = 1

実装

属性

注釈

このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。

適用対象