Table of Contents

Namespace Java.Lang.Reflect

Classes

AccessibleObject

.NET implementations of https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/AccessibleObject.html

AnnotatedArrayType

https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/reflect/AnnotatedArrayType.html

AnnotatedElement

.NET implementations of https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/AnnotatedElement.html

AnnotatedParameterizedType

https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/reflect/AnnotatedParameterizedType.html

AnnotatedType

.NET implementations of https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/AnnotatedType.html

AnnotatedTypeVariable

https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/reflect/AnnotatedTypeVariable.html

AnnotatedWildcardType

https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/reflect/AnnotatedWildcardType.html

Array

https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/reflect/Array.html

Constructor

.NET implementations of https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Constructor.html

Constructor<T>

https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/reflect/Constructor.html

Executable

.NET implementations of https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Executable.html

Field

.NET implementations of https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Field.html

GenericArrayType

.NET implementations of https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/GenericArrayType.html

GenericDeclaration

.NET implementations of https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/GenericDeclaration.html

GenericSignatureFormatError

https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/reflect/GenericSignatureFormatError.html

InaccessibleObjectException

https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/reflect/InaccessibleObjectException.html

InvocationHandler

https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/reflect/InvocationHandler.html

InvocationTargetException

https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/reflect/InvocationTargetException.html

MalformedParameterizedTypeException

https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/reflect/MalformedParameterizedTypeException.html

MalformedParametersException

https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/reflect/MalformedParametersException.html

Member

https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/reflect/Member.html

Method

.NET implementations of https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Method.html

Modifier

.NET implementations of https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Modifier.html

Parameter

.NET implementations of https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Parameter.html

ParameterizedType

.NET implementations of https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/ParameterizedType.html

Proxy

https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/reflect/Proxy.html

ReflectPermission

https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/reflect/ReflectPermission.html

Type

.NET implementations of https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Type.html

TypeVariable

.NET implementations of https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/TypeVariable.html

TypeVariable<D>

https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/reflect/TypeVariable.html

UndeclaredThrowableException

https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/reflect/UndeclaredThrowableException.html

WildcardType

.NET implementations of https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/WildcardType.html

Interfaces

IAnnotatedArrayType

.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/reflect/AnnotatedArrayType.html

IAnnotatedElement

.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/reflect/AnnotatedElement.html

IAnnotatedParameterizedType

.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/reflect/AnnotatedParameterizedType.html

IAnnotatedType

.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/reflect/AnnotatedType.html

IAnnotatedTypeVariable

.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/reflect/AnnotatedTypeVariable.html

IAnnotatedWildcardType

.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/reflect/AnnotatedWildcardType.html

IGenericArrayType

.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/reflect/GenericArrayType.html

IGenericDeclaration

.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/reflect/GenericDeclaration.html

IInvocationHandler

.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/reflect/InvocationHandler.html

IMember

.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/reflect/Member.html

IParameterizedType

.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/reflect/ParameterizedType.html

IType

.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/reflect/Type.html

ITypeVariable<D>

.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/reflect/TypeVariable.html

IWildcardType

.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/reflect/WildcardType.html