DirectoryEntries Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains a collection of DirectoryEntry objects.
public ref class DirectoryEntries : System::Collections::IEnumerable
public class DirectoryEntries : System.Collections.IEnumerable
type DirectoryEntries = class
interface IEnumerable
Public Class DirectoryEntries
Implements IEnumerable
- Inheritance
-
DirectoryEntries
- Implements
Properties
SchemaFilter |
Gets the schemas that specify which child objects are contained in the collection. |
Methods
Add(String, String) |
Creates a new entry in the container. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
Find(String) |
Returns the member of this collection with the specified name. |
Find(String, String) |
Returns the member of this collection with the specified name and of the specified type. |
GetEnumerator() |
Returns an enumerator that iterates through the collection. |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
Remove(DirectoryEntry) |
Deletes a member of this collection. |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
Extension Methods
Cast<TResult>(IEnumerable) |
Casts the elements of an IEnumerable to the specified type. |
OfType<TResult>(IEnumerable) |
Filters the elements of an IEnumerable based on a specified type. |
AsParallel(IEnumerable) |
Enables parallelization of a query. |
AsQueryable(IEnumerable) |
Converts an IEnumerable to an IQueryable. |
Applies to
See also
.NET