JavaClass class (LotusScript Language)
JavaClass is the reference to a Java class. You can create an instance of the object, or you can look at the static properties (fields) and invoke static methods of the class.
Properties
Methods
Access
You can access a JavaClass object by getting:
- A specific class using the getClass method of the JavaSession class
- The JClass property of a JavaMethod object
- The JClass property of a JavaProperty object