Class |
Description |
AdsiBinder |
A helper class to bind Adsi objects. Basically given a path to an Adsi object, this object retrieves the COM object, wraps it as a managed Object pointer and allows users to retrieve it. |
DirectoryEntry |
This object encapsulates a node in the Active Directory hierarchy. |
DirectoryEntryCollection |
Contains the children (child entries) of an entry. |
DirectoryEntryCollection.ChildEnumerator |
Supports a simple ForEach-style iteration over a collection and defines enumerators, size, and synchronization methods. |
DirectoryEntryCollection.CollectionOverStringVariantProperty |
Represents a collection of objects that can be individually indexed. |
DirectoryEntryProperty |
Represents a single property on a DirectoryEntry. |
DirectoryEntryPropertyCollection |
Contains the properties on an entry. |
DirectoryEntryPropertyCollection.PropertyEnumerator |
Supports a simple ForEach-style iteration over a collection and defines enumerators, size, and synchronization methods. |
DirectoryEntryPropertyValueCollection |
Specifies a collection of values for a multi-valued property. |
DirectorySearcher |
Lets you search and perform queries against the Active Directory hierarchy. |
SearchResults |
[To be supplied.] |
SearchResults.ResultsEnumerator |
[To be supplied.] |
SearchResultsEntry |
[To be supplied.] |
SearchResultsProperty |
[To be supplied.] |
SearchResultsPropertyCollection |
[To be supplied.] |
SearchResultsPropertyCollection.SearchResultsPropertyEnumerator |
[To be supplied.] |
SearchResultsPropertyValueCollection |
[To be supplied.] |
SortOption |
[To be supplied.] |