In The Hand LtdIn The Hand
IPAddressInformationCollection Class
NamespacesInTheHand.Net.NetworkInformationIPAddressInformationCollection
.NET Components for Mobility
Stores a set of IPAddressInformation types.
Declaration Syntax
C#Visual Basic
public sealed class IPAddressInformationCollection : ICollection<IPAddressInformation>, 
	IEnumerable<IPAddressInformation>, IEnumerable
Public NotInheritable Class IPAddressInformationCollection _
	Implements ICollection(Of IPAddressInformation), IEnumerable(Of IPAddressInformation),  _
	IEnumerable
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
IPAddressInformationCollection()()()()
Initializes a new instance of the IPAddressInformationCollection class

Add(IPAddressInformation)
Throws a NotSupportedException because this operation is not supported for this collection.

Clear()()()()
Throws a NotSupportedException because this operation is not supported for this collection.

Contains(IPAddressInformation)
Checks whether the collection contains the specified IPAddressInformation object.

CopyTo(array<IPAddressInformation>[]()[][], Int32)
Copies the elements in this collection to a one-dimensional array of type IPAddressInformation.

Count
Gets the number of IPAddressInformation types in this collection.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetEnumerator()()()()
Returns an object that can be used to iterate through this collection.

GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
IsReadOnly
Gets a value that indicates whether access to this collection is read-only.

Item[([( Int32])])
Gets the IPAddressInformation instance at the specified index in the collection.

MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Remove(IPAddressInformation)
Throws a NotSupportedException because this operation is not supported for this collection.

ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
IPAddressInformationCollection

Assembly: InTheHand.Net (Module: InTheHand.Net) Version: 7.0.0.0