Click or drag to resize

IJVMWrapperDirectGetClass Method

Retrieve a class from JVM

Namespace: MASES.JCOBridge.C2JBridge.JVMInterop
Assembly: C2JBridge (in C2JBridge.dll) Version: 2.5.13.240514-86ea0fe57add44a0d4dc719a1a99f3379a320f2e
Syntax
IJavaType GetClass(
	string className
)

Parameters

className  String
The class name to retrieve

Return Value

IJavaType
An IJavaType instance or null in case of error. Look in LastBindingException to check for possible problems.
See Also