Język

JavaPeerProxy.ShouldSkipActivation(IntPtr) Method

Definition

Returns true when the UCO constructor callback should skip activation because a managed peer already exists for the given JNI handle (e.g., when called from FinishCreateInstance after StartCreateInstance already registered the peer).

public static bool ShouldSkipActivation(IntPtr jniSelf);
static member ShouldSkipActivation : nativeint -> bool

Parameters

jniSelf
IntPtr

nativeint

Returns

Applies to