TimerStat コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
TimerStat() |
count と time が 0 に設定された空の TimerStat オブジェクトを作成します。 |
TimerStat(Parcel) |
オブジェクトから値を読み取る TimerStat オブジェクトを |
TimerStat(Int32, Int64) |
指定された count フィールドと time フィールドを使用して TimerStat オブジェクトを構築します。 |
TimerStat()
count と time が 0 に設定された空の TimerStat オブジェクトを作成します。
[Android.Runtime.Register(".ctor", "()V", "", ApiSince=24)]
public TimerStat ();
- 属性
注釈
count と time が 0 に設定された空の TimerStat オブジェクトを作成します。
の Java ドキュメントandroid.os.health.TimerStat.TimerStat()
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。
適用対象
TimerStat(Parcel)
オブジェクトから値を読み取る TimerStat オブジェクトを android.os.Parcel Parcel
構築します。
[Android.Runtime.Register(".ctor", "(Landroid/os/Parcel;)V", "", ApiSince=24)]
public TimerStat (Android.OS.Parcel? in);
[<Android.Runtime.Register(".ctor", "(Landroid/os/Parcel;)V", "", ApiSince=24)>]
new Android.OS.Health.TimerStat : Android.OS.Parcel -> Android.OS.Health.TimerStat
パラメーター
- in
- Parcel
- 属性
注釈
オブジェクトから値を読み取る TimerStat オブジェクトを android.os.Parcel Parcel
構築します。
の Java ドキュメントandroid.os.health.TimerStat.TimerStat(android.os.Parcel)
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。
適用対象
TimerStat(Int32, Int64)
指定された count フィールドと time フィールドを使用して TimerStat オブジェクトを構築します。
[Android.Runtime.Register(".ctor", "(IJ)V", "", ApiSince=24)]
public TimerStat (int count, long time);
[<Android.Runtime.Register(".ctor", "(IJ)V", "", ApiSince=24)>]
new Android.OS.Health.TimerStat : int * int64 -> Android.OS.Health.TimerStat
パラメーター
- count
- Int32
カウント
- time
- Int64
時刻
- 属性
注釈
指定された count フィールドと time フィールドを使用して TimerStat オブジェクトを構築します。
の Java ドキュメントandroid.os.health.TimerStat.TimerStat(int, long)
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。