Debug.GlobalAllocCount プロパティ

定義

と の間でランタイムによって割り当てられたオブジェクトのグローバルカウントを#startAllocCounting() start#stopAllocCounting() stop返します。

public static int GlobalAllocCount { [Android.Runtime.Register("getGlobalAllocCount", "()I", "")] get; }
[<get: Android.Runtime.Register("getGlobalAllocCount", "()I", "")>]
static member GlobalAllocCount : int

プロパティ値

属性

注釈

と の間でランタイムによって割り当てられたオブジェクトのグローバルカウントを#startAllocCounting() start#stopAllocCounting() stop返します。

このメンバーは非推奨とされます。 正確なカウントはランタイムの負担であり、削除される可能性があります。

の Java ドキュメント android.os.Debug.getGlobalAllocCount()

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象