Ja.NET Standard Edition 5.0

Documentation API Specification

Contents

Package java.lang.reflect


Classes

interface  AnnotatedElement
 An interface implemented an annotated element to enable reflective access to annotation information. More...
interface  GenericArrayType
 Represents an array type with a component type that is parameterized or a type variable. More...
interface  GenericDeclaration
 Common interface for entities that have type variables. More...
class  GenericSignatureFormatError
 Indicates that a malformed signature has been encountered via a reflective method. More...
interface  InvocationHandler
 Implementors of this interface decode and dispatch methods sent to proxy instances. More...
class  InvocationTargetException
 This class provides a wrapper for an exception thrown by a Method or Constructor invocation. More...
class  MalformedParameterizedTypeException
 Indicates that a malformed parameterized type has been accessed by a reflected method. More...
interface  Member
 Implementors of this interface model a class member. More...
class  Modifier
 This class provides methods to decode class and member modifiers. More...
interface  ParameterizedType
 Represents a parameterized type. More...
class  Proxy
 This class provides methods to creating dynamic proxy classes and instances. More...
class  ReflectPermission
 ReflectPermission objects represent permission to access dangerous operations in the reflection layer. More...
interface  Type
 Common interface for all Java types. More...
interface  TypeVariable< D extends GenericDeclaration >
 Represents a type variable. More...
class  UndeclaredThrowableException
 This class provides a wrapper for an unexpected exception thrown by an InvocationHandler. More...
interface  WildcardType
 Represents a wildcard type, such as ? or ? extends Comparable. More...
class  AccessibleObject
 AccessibleObjectprovides the ability to toggle access checks for these objects. More...
class  Array
 This class must be implemented by the VM vendor. More...
class  Constructor< T >
 This class models aconstructor. More...
class  Field
 This class must be implemented by the VM vendor. More...
class  Method
 This class must be implemented by the VM vendor. More...