Class |
Description |
Array![(in the API reference documentation)](../../images/apiIcon.gif) |
Provides static methods to dynamically create and access arrays.
|
Class![(in the API reference documentation)](../../images/apiIcon.gif) |
Represents, or reflects, classes and interfaces.
|
Constructor![(in the API reference documentation)](../../images/apiIcon.gif) |
Provides information about, and access to, a constructor for a class.
Allows you to instantiate a class dynamically.
|
Field![(in the API reference documentation)](../../images/apiIcon.gif) |
Provides information about, and dynamic access to,
a field of a class
or an interface.
|
Method![(in the API reference documentation)](../../images/apiIcon.gif) |
Provides information about, and access to, a single method on a class
or interface. Allows you to invoke the method dynamically.
|
Modifier![(in the API reference documentation)](../../images/apiIcon.gif) |
Provides static methods and constants that allow you to get
information about the access modifiers of a class and its members.
|
Object![(in the API reference documentation)](../../images/apiIcon.gif) |
Provides the getClass method.
|