This property returns the class corresponding to the given type signature.
Syntax
HRESULT ClassFromType([in] BSTR bstrType, [out, retval] IJavaClass** retval);
Function ClassFromType(ByVal bstrType As String) As IJavaClass
Parameters
bstrType
The type signature.
Remarks
If the type signature represents a primitive type or an array type, the property access fails.