IPermission::Copy Method ()
.NET Framework (current version)
Creates and returns an identical copy of the current permission.
Assembly: mscorlib (in mscorlib.dll)
A copy of a permission represents the same access to resources as the original permission.
The following code example demonstrates implementing the Copy method. This code example is part of a larger example provided for the IPermission class.
.NET Framework
Available since 1.1
Available since 1.1
Show: