Debug.GlobalFreedCount プロパティ

定義

#startAllocCounting() start#stopAllocCounting() stopの間でランタイムによって解放されたオブジェクトのグローバル数を返します。

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

プロパティ値

属性

注釈

#startAllocCounting() start#stopAllocCounting() stopの間でランタイムによって解放されたオブジェクトのグローバル数を返します。

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

Javaドキュメント。

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

適用対象