Microsoft SDK for Java

ReflectionPermission Class Constructors

The ReflectionPermission Class contains the following constructor:

ReflectionPermission()

Creates a new ReflectionPermission instance. The new instance does not allow reflective access to any classes.

Syntax

public ReflectionPermission();

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