PermissionSet.CopyTo Method
.NET Framework 4
Copies the permission objects of the set to the indicated location in an Array.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- array
- Type: System.Array
The target array to which to copy.
- index
- Type: System.Int32
The starting position in the array to begin copying (zero based).
Implements
ICollection.CopyTo(Array, Int32)| Exception | Condition |
|---|---|
| ArgumentNullException | The array parameter is null. |
| ArgumentException | The array parameter has more than one dimension. |
| IndexOutOfRangeException | The index parameter is out of the range of the array parameter. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.