IPermission.Copy Method ()
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
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: