Microsoft SDK for Java

ReflectionRequest Class Constructors

The ReflectionRequest Class contains the following constructor:

ReflectionRequest(int type, Class target)

Creates a ReflectionRequest object based on the access type requested and the class instance to reflect.

Syntax

public ReflectionRequest(int type, Class target);

Parameters

type The type of reflection access that is requested. This value must be either java.lang.reflect.Member.PUBLIC or java.lang.reflect.Member.DECLARED.
target The class to examine with the reflection APIs.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.