The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
CodeAccessPermission::Copy Method ()
.NET Framework (current version)
When implemented by a derived class, creates and returns an identical copy of the current permission object.
Assembly: mscorlib (in mscorlib.dll)
Implements
IPermission::Copy()A copy of a permission object represents the same access to resources as the original permission object.
Notes to Inheritors:
You must override this method in a derived class.
The following code example shows an override of the Copy method. This code example is part of a larger example provided for the CodeAccessPermission class.
.NET Framework
Available since 1.1
Available since 1.1
Show: