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)

IEnumerable 转换为 IQueryable

适用于

另请参阅