JavaPeerProxy.ShouldSkipActivation(IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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