IJavaCodeSense::Class

Returns a class object for the named class, searching relative to the given base directory.

Syntax

HRESULT Class(
IJavaClass* BSTR bstrName,
[in] BSTR bstrCurrentDirectory,
[in] DWORD dwFlags
);

Property Class(ByVal bstrClassName As String, ByVal bstrCurrentDirectory As String, ByVal dwFlags As Unsigned Long) As IJavaClass

Parameters

bstrClassName

Required string. Class name specification.

bstrCurrentDirectory

String. Current directory file specification.

dwFlags

JavaNamespaceFlags flag.

Remarks

Classes are identified by their names within the Java namespace (such as java.lang.String). An optional directory name parameter specifies a starting point for locating the requested class. This directory is substituted for the period wherever it appears in the CLASSPATH.