Microsoft SDK for Java

getPermissionID

This method of the ReflectionRequest Class retrieves the permission identifier for the ReflectionRequest object.

Syntax

public PermissionID getPermissionID();

Return Value

Returns PermissionID.REFLECTION.

Remarks

This method satisfies the ISecurityRequest interface and returns PermissionID.REFLECTION to indicate that instances of the ReflectionRequest class are associated with the reflection permission.

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