UnicastIPAddressInformationCollection::CopyTo Method (array<UnicastIPAddressInformation^>^, Int32)
.NET Framework (current version)
Copies the elements in this collection to a one-dimensional array of type UnicastIPAddressInformation.
Assembly: System (in System.dll)
Parameters
- array
-
Type:
array<System.Net.NetworkInformation::UnicastIPAddressInformation^>^
A one-dimensional array that receives a copy of the collection.
- offset
-
Type:
System::Int32
The zero-based index in array at which the copy begins.
Implements
ICollection<T>::CopyTo(array<T>^, Int32)| Exception | Condition |
|---|---|
| ArgumentNullException | array is null. |
| ArgumentOutOfRangeException | index is less than zero. |
| ArgumentException | array is multidimensional. -or- The number of elements in this UnicastIPAddressInformationCollection is greater than the available space from offset to the end of the destination array. |
| InvalidCastException | The elements in this UnicastIPAddressInformationCollection cannot be cast automatically to the type of the destination array. |
The array parameter must be one-dimensional with zero-based indexing.
.NET Framework
Available since 2.0
Available since 2.0
Show: