DirectoryEntries クラス

定義

DirectoryEntry オブジェクトのコレクションを含んでいます。

public ref class DirectoryEntries : System::Collections::IEnumerable
public class DirectoryEntries : System.Collections.IEnumerable
type DirectoryEntries = class
    interface IEnumerable
Public Class DirectoryEntries
Implements IEnumerable
継承
DirectoryEntries
実装

プロパティ

SchemaFilter

コレクションに格納する子オブジェクトを指定するスキーマを取得します。

メソッド

Add(String, String)

コンテナーに新しいエントリを作成します。

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
Find(String)

指定した名前を持つこのコレクションのメンバーを返します。

Find(String, String)

指定した名前を持ち、指定した型のこのコレクションのメンバーを返します。

GetEnumerator()

コレクションを反復処理する列挙子を返します。

GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
Remove(DirectoryEntry)

このコレクションのメンバーを削除します。

ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

拡張メソッド

Cast<TResult>(IEnumerable)

IEnumerable の要素を、指定した型にキャストします。

OfType<TResult>(IEnumerable)

指定された型に基づいて IEnumerable の要素をフィルター処理します。

AsParallel(IEnumerable)

クエリの並列化を有効にします。

AsQueryable(IEnumerable)

IEnumerableIQueryable に変換します。

適用対象

こちらもご覧ください