ReflectionPermission::Copy Method ()

 

Creates and returns an identical copy of the current permission.

Namespace:   System.Security.Permissions
Assembly:  mscorlib (in mscorlib.dll)

public:
virtual IPermission^ Copy() override

Return Value

Type: System.Security::IPermission^

A copy of the current permission.

A copy of a permission represents the same access to resources as the original permission.

The following code example shows the behavior of the Copy method. This example is part of a larger example provided for the ReflectionPermission class.

System_CAPS_noteNote

The code example is intended to show the behavior of the method, not to demonstrate its use. In general, the methods of permission classes are used by the security infrastructure; they are not typically used in applications.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: