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.6.3.250913-47278498b8c67e733ecc289138cddb5aee2e4c7e
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