JuggerNET Runtime Library

JuggerNETProxyObject.IsInstanceOf Method 

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

public bool IsInstanceOf(
   JavaClass clazz
);

Parameters

clazz
the Java type.

Return Value

Implements

JavaProxy.IsInstanceOf

See Also

JuggerNETProxyObject Class | Codemesh.JuggerNET Namespace