Click or drag to resize

IJVMWrapperDirectIsInstanceOf Method

Check if obj is instance of clazz

Namespace: MASES.JCOBridge.C2JBridge.JVMInterop
Assembly: C2JBridge (in C2JBridge.dll) Version: 2.5.13.240514-86ea0fe57add44a0d4dc719a1a99f3379a320f2e
Syntax
bool IsInstanceOf(
	IJavaObjectBase obj,
	IJavaType clazz
)

Parameters

obj  IJavaObjectBase
The IJavaObjectBase to check
clazz  IJavaType
The IJavaType to verify to

Return Value

Boolean
if obj is instance of clazz, otherwise
See Also