SchemaNameCollection Class
.NET Framework 4.5
Contains a list of the schema names that the SchemaFilter property of a DirectoryEntries object can use.
Namespace: System.DirectoryServices
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
The SchemaNameCollection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Add | Appends a specified schema name to this collection. |
![]() | AddRange(SchemaNameCollection) | Appends a set of specified schema names to this collection. |
![]() | AddRange(String[]) | Appends a set of specified schema names to this collection. |
![]() | Clear | Removes all objects from this collection. |
![]() | Contains | Determines whether this collection contains a specified schema name. |
![]() | CopyTo | Copies the schema names from this collection to an array, starting at a particular index of the array. |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator | Returns an enumerator that you can use to iterate through this collection. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IndexOf | Determines the index of a specified schema name in this collection. |
![]() | Insert | Inserts a schema name into this collection at a specified index. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Remove | Removes a specified schema name from this collection. |
![]() | RemoveAt | Removes the schema name that is at a specified index from this collection. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | AsParallel | Enables parallelization of a query. (Defined by ParallelEnumerable.) |
![]() | AsQueryable | Converts an IEnumerable to an IQueryable. (Defined by Queryable.) |
![]() | Cast<TResult> | Casts the elements of an IEnumerable to the specified type. (Defined by Enumerable.) |
![]() | OfType<TResult> | Filters the elements of an IEnumerable based on a specified type. (Defined by Enumerable.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection.CopyTo | Copies the elements of the ICollection to an Array, starting at a particular Array index. |
![]() ![]() | ICollection.IsSynchronized | Gets a value indicating whether access to the ICollection is synchronized (thread safe). |
![]() ![]() | ICollection.SyncRoot | Gets an object that can be used to synchronize access to the ICollection. |
![]() ![]() | IList.Add | Adds an item to the list. |
![]() ![]() | IList.Contains | Determines whether the list contains a specified value. |
![]() ![]() | IList.IndexOf | Determines the index of a specified item in the list. |
![]() ![]() | IList.Insert | Inserts an item to the list at the specified index. |
![]() ![]() | IList.IsFixedSize | Gets a value indicating whether the IList has a fixed size. |
![]() ![]() | IList.IsReadOnly | Gets a value indicating whether the IList is read-only. |
![]() ![]() | IList.Item | Gets or sets the element at the specified index. |
![]() ![]() | IList.Remove | Removes the first occurrence of a specific value from the list. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.






