The java.lang.reflect Package

The mapping between the Java java.lang.reflect package and the corresponding .NET types is provided in Table F-7. See Chapter 12, for details of these .NET types.

Table F-7. The Java to .NET Mapping for the java.lang.reflect Package

Java

.NET

AccessibleObject

System.Reflection.MemberInfo

Array

System.Array

Constructor

System.Reflection.ConstructorInfo

Field

System.Reflection.FieldInfo

Method

System.Reflection.MethodInfo

Modifier

System.Reflection.MethodAttributes

Proxy

N/A

ReflectPermission

System.Security.Permissions.ReflectionPermission

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset