Runtime.IsGCUserPeer Method

Definition

Overloads

IsGCUserPeer(IJavaObject)
IsGCUserPeer(IntPtr)

IsGCUserPeer(IJavaObject)

public static bool IsGCUserPeer (Android.Runtime.IJavaObject value);
static member IsGCUserPeer : Android.Runtime.IJavaObject -> bool

Parameters

value
IJavaObject

Returns

Remarks

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

IsGCUserPeer(IntPtr)

public static bool IsGCUserPeer (IntPtr value);
static member IsGCUserPeer : nativeint -> bool

Parameters

value
IntPtr

nativeint

Returns

Remarks

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