Microsoft SDK for Java

copy

This method of the IPermission Interface creates a new permission object that is equivalent to the current one. The copy operation is deep so that modifications to the copy do not affect the behavior of the original object.

Syntax

IPermission copy() ;

Return Value

Returns a permission object that is a copy of the current one.

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