GenericAcl Methods
.NET Framework 4
The GenericAcl type exposes the following members.
| Name | Description | |
|---|---|---|
|
CopyTo | Copies each GenericAce of the current GenericAcl into the specified 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.) |
|
GetBinaryForm | Marshals the contents of the GenericAcl object into the specified byte array beginning at the specified offset. |
|
GetEnumerator | Returns a new instance of the AceEnumerator class. |
|
GetHashCode | Serves as a hash function for a particular type. (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.) |
|
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 each GenericAce of the current GenericAcl into the specified array. |
|
IEnumerable.GetEnumerator | Returns a new instance of the AceEnumerator class cast as an instance of the IEnumerator interface. |