Debug.BinderProxyObjectCount Property

Definition

Returns the number of references to remote proxy Binder objects that exist in the current process.

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

Property Value

Attributes

Remarks

Returns the number of references to remote proxy Binder objects that exist in the current process.

Java documentation for android.os.Debug.getBinderProxyObjectCount().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to