Microsoft SDK for Java

getPermissionsOfClass

This method of the PolicyEngine Class obtains the permissions of a class. Only fully trusted classes are allowed to call this method.

Syntax

public static native PermissionDataSet getPermissionsOfClass(Class c);

Return Value

Returns the permissions of the specified class.

Parameters

c The class whose permissions are being obtained.

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