 | IJVMBridgeBaseIsInstanceOf(String) Method |
Namespace: MASES.JCOBridge.C2JBridgeAssembly: C2JBridge (in C2JBridge.dll) Version: 2.6.5.251126-bfa527081bb30724b1a63625e2e4f02efed10040
Syntaxbool IsInstanceOf(
string clazz
)
Function IsInstanceOf (
clazz As String
) As Boolean
Parameters
- clazz String
- The class name to be checked
Return Value
Boolean if
clazz is an instance of
clazz, otherwise
See Also