JuggerNET Runtime Library

JuggerNETProxyArray.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

JuggerNETProxyArray Class | Codemesh.JuggerNET Namespace