JuggerNET Runtime Library

JavaProxy.IsInstanceOf Method 

Returns true if the instance is type compatible with the given Java type.

bool IsInstanceOf(
   JavaClass clazz
);

Parameters

clazz
the Java type.

Return Value

See Also

JavaProxy Interface | Codemesh.JuggerNET Namespace