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

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

GatewayIPAddressInformationCollection クラス

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

GatewayIPAddressInformation 型のセット格納します

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

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

GatewayIPAddressInformationCollection コンストラクタ

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

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

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

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

GatewayIPAddressInformationCollection プロパティ


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

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

関連項目

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

GatewayIPAddressInformationCollection メソッド


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

( プロテクト メソッド参照)
  名前 説明
パブリック メソッド Add このコレクションではこの操作サポートされていないため、NotSupportedException がスローさます。
パブリック メソッド Clear このコレクションではこの操作サポートされていないため、NotSupportedExceptionスローさます。
パブリック メソッド Contains 指定した GatewayIPAddressInformation オブジェクトコレクション格納されているかどうか確認します
パブリック メソッド CopyTo このコレクション内の要素GatewayIPAddressInformation 型の 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 このコレクション反復処理するために使用できるオブジェクト返します
参照参照

関連項目

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

GatewayIPAddressInformationCollection メンバ

GatewayIPAddressInformation 型のセット格納します

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


プロテクト コンストラクタプロテクト コンストラクタ
  名前 説明
プロテクト メソッド GatewayIPAddressInformationCollection GatewayIPAddressInformationCollection クラス新しインスタンス初期化します。
パブリック プロパティパブリック プロパティ
  名前 説明
パブリック プロパティ Count このコレクション内の GatewayIPAddressInformation 型の数を取得します
パブリック プロパティ IsReadOnly このコレクションへのアクセス読み取り専用かどうかを示す値を取得します
パブリック プロパティ Item コレクション特定のインデックス位置にある GatewayIPAddressInformation取得します
パブリック メソッドパブリック メソッド
( プロテクト メソッド参照)
  名前 説明
パブリック メソッド Add このコレクションではこの操作サポートされていないため、NotSupportedException がスローさます。
パブリック メソッド Clear このコレクションではこの操作サポートされていないため、NotSupportedExceptionスローさます。
パブリック メソッド Contains 指定した GatewayIPAddressInformation オブジェクトコレクション格納されているかどうか確認します
パブリック メソッド CopyTo このコレクション内の要素GatewayIPAddressInformation 型の 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 このコレクション反復処理するために使用できるオブジェクト返します
参照参照

関連項目

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



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

辞書ショートカット

すべての辞書の索引

「GatewayIPAddressInformationCollection」の関連用語

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

   

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



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

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

©2024 GRAS Group, Inc.RSS