UnicastIPAddressInformationCollectionとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > UnicastIPAddressInformationCollectionの意味・解説 

UnicastIPAddressInformationCollection クラス

メモ : このクラスは、.NET Framework version 2.0新しく追加されたものです。

UnicastIPAddressInformation 型のセット格納します

名前空間: System.Net.NetworkInformation
アセンブリ: System (system.dll 内)
構文構文

Public Class UnicastIPAddressInformationCollection
    Implements ICollection(Of UnicastIPAddressInformation),
 IEnumerable(Of UnicastIPAddressInformation), _
    IEnumerable
Dim instance As UnicastIPAddressInformationCollection
public class UnicastIPAddressInformationCollection
 : ICollection<UnicastIPAddressInformation>, IEnumerable<UnicastIPAddressInformation>,
 
    IEnumerable
public ref class UnicastIPAddressInformationCollection
 : ICollection<UnicastIPAddressInformation^>, IEnumerable<UnicastIPAddressInformation^>,
 
    IEnumerable
public class UnicastIPAddressInformationCollection
 implements ICollection<UnicastIPAddressInformation>, 
    IEnumerable<UnicastIPAddressInformation>, IEnumerable
public class UnicastIPAddressInformationCollection
 implements ICollection<UnicastIPAddressInformation>, 
    IEnumerable<UnicastIPAddressInformation>, IEnumerable
継承階層継承階層
System.Object
  System.Net.NetworkInformation.UnicastIPAddressInformationCollection
スレッド セーフスレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバ場合は、スレッド セーフであるとは限りません。
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
UnicastIPAddressInformationCollection メンバ
System.Net.NetworkInformation 名前空間

UnicastIPAddressInformationCollection コンストラクタ

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

UnicastIPAddressInformationCollection クラス新しインスタンス初期化します。

名前空間: System.Net.NetworkInformation
アセンブリ: System (system.dll 内)
構文構文

Dim instance As New UnicastIPAddressInformationCollection
protected internal UnicastIPAddressInformationCollection ()
protected public:
UnicastIPAddressInformationCollection ()
protected UnicastIPAddressInformationCollection ()
protected internal function
 UnicastIPAddressInformationCollection ()
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
UnicastIPAddressInformationCollection クラス
UnicastIPAddressInformationCollection メンバ
System.Net.NetworkInformation 名前空間

UnicastIPAddressInformationCollection プロパティ


パブリック プロパティパブリック プロパティ

  名前 説明
パブリック プロパティ Count このコレクション内の UnicastIPAddressInformation 型の数を取得します
パブリック プロパティ IsReadOnly このコレクションへのアクセス読み取り専用かどうかを示す値を取得します
パブリック プロパティ Item コレクション内の指定したインデックス位置UnicastIPAddressInformation インスタンス取得します
参照参照

関連項目

UnicastIPAddressInformationCollection クラス
System.Net.NetworkInformation 名前空間

UnicastIPAddressInformationCollection メソッド


パブリック メソッドパブリック メソッド

( プロテクト メソッド参照)
  名前 説明
パブリック メソッド Add このコレクションではこの操作サポートされていないため、NotSupportedException がスローさます。
パブリック メソッド Clear このコレクションではこの操作サポートされていないため、NotSupportedExceptionスローさます。
パブリック メソッド Contains 指定した UnicastIPAddressInformation オブジェクトコレクション格納されているかどうか確認します
パブリック メソッド CopyTo このコレクション内の要素UnicastIPAddressInformation 型の 1 次元配列コピーします
パブリック メソッド Equals  オーバーロードされます2 つObject インスタンス等しかどうか判断します。 ( Object から継承されます。)
パブリック メソッド GetEnumerator このコレクション反復処理するために使用できるオブジェクト返します
パブリック メソッド GetHashCode  特定の型のハッシュ関数として機能します。GetHashCode は、ハッシュ アルゴリズムや、ハッシュ テーブルのようなデータ構造での使用適してます。 ( Object から継承されます。)
パブリック メソッド GetType  現在のインスタンスType取得します。 ( Object から継承されます。)
パブリック メソッド ReferenceEquals  指定した複数Object インスタンス同一かどうか判断します。 ( Object から継承されます。)
パブリック メソッド Remove コレクション読み取り専用であり、要素削除できないため、NotSupportedExceptionスローます。
パブリック メソッド ToString  現在の Object を表す String返します。 ( Object から継承されます。)
プロテクト メソッドプロテクト メソッド
明示的インターフェイスの実装明示的インターフェイス実装
  名前 説明
インターフェイスの明示的な実装 System.Collections.IEnumerable.GetEnumerator このコレクション反復処理するために使用できるオブジェクト返します
参照参照

関連項目

UnicastIPAddressInformationCollection クラス
System.Net.NetworkInformation 名前空間

UnicastIPAddressInformationCollection メンバ

UnicastIPAddressInformation 型のセット格納します

UnicastIPAddressInformationCollection データ型公開されるメンバを以下の表に示します


プロテクト コンストラクタプロテクト コンストラクタ
  名前 説明
プロテクト メソッド UnicastIPAddressInformationCollection UnicastIPAddressInformationCollection クラス新しインスタンス初期化します。
パブリック プロパティパブリック プロパティ
  名前 説明
パブリック プロパティ Count このコレクション内の UnicastIPAddressInformation 型の数を取得します
パブリック プロパティ IsReadOnly このコレクションへのアクセス読み取り専用かどうかを示す値を取得します
パブリック プロパティ Item コレクション内の指定したインデックス位置UnicastIPAddressInformation インスタンス取得します
パブリック メソッドパブリック メソッド
( プロテクト メソッド参照)
  名前 説明
パブリック メソッド Add このコレクションではこの操作サポートされていないため、NotSupportedException がスローさます。
パブリック メソッド Clear このコレクションではこの操作サポートされていないため、NotSupportedExceptionスローさます。
パブリック メソッド Contains 指定した UnicastIPAddressInformation オブジェクトコレクション格納されているかどうか確認します
パブリック メソッド CopyTo このコレクション内の要素UnicastIPAddressInformation 型の 1 次元配列コピーします
パブリック メソッド Equals  オーバーロードされます2 つObject インスタンス等しかどうか判断します。 (Object から継承されます。)
パブリック メソッド GetEnumerator このコレクション反復処理するために使用できるオブジェクト返します
パブリック メソッド GetHashCode  特定の型のハッシュ関数として機能します。GetHashCode は、ハッシュ アルゴリズムや、ハッシュ テーブルのようなデータ構造での使用適してます。 (Object から継承されます。)
パブリック メソッド GetType  現在のインスタンスType取得します。 (Object から継承されます。)
パブリック メソッド ReferenceEquals  指定した複数Object インスタンス同一かどうか判断します。 (Object から継承されます。)
パブリック メソッド Remove コレクション読み取り専用であり、要素削除できないため、NotSupportedExceptionスローます。
パブリック メソッド ToString  現在の Object を表す String返します。 (Object から継承されます。)
プロテクト メソッドプロテクト メソッド
明示的インターフェイスの実装明示的インターフェイス実装
  名前 説明
インターフェイスの明示的な実装 System.Collections.IEnumerable.GetEnumerator このコレクション反復処理するために使用できるオブジェクト返します
参照参照

関連項目

UnicastIPAddressInformationCollection クラス
System.Net.NetworkInformation 名前空間


このページでは「.NET Framework クラス ライブラリ リファレンス」からUnicastIPAddressInformationCollectionを検索した結果を表示しています。
Weblioに収録されているすべての辞書からUnicastIPAddressInformationCollectionを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からUnicastIPAddressInformationCollection を検索

英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「UnicastIPAddressInformationCollection」の関連用語

UnicastIPAddressInformationCollectionのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



UnicastIPAddressInformationCollectionのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS