AceCollection Members

Include Protected Members
Include Inherited Members

Represents a collection of access control entries specifying access rights for one or more trustees.

The AceCollection type exposes the following members.

Constructors

  Name Description
Public method AceCollection() Initializes a new instance of the AceCollection class.

Top

Methods

  Name Description
Public method Add(AceStruct) Adds an object to the end of the AceCollection.
Public method Clear() (Inherited from CollectionBase.)
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetEnumerator() (Inherited from CollectionBase.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method OnClear() (Inherited from CollectionBase.)
Protected method OnClearComplete() (Inherited from CollectionBase.)
Protected method OnInsert(Int32, Object) (Inherited from CollectionBase.)
Protected method OnInsertComplete(Int32, Object) (Inherited from CollectionBase.)
Protected method OnRemove(Int32, Object) (Inherited from CollectionBase.)
Protected method OnRemoveComplete(Int32, Object) (Inherited from CollectionBase.)
Protected method OnSet(Int32, Object, Object) (Inherited from CollectionBase.)
Protected method OnSetComplete(Int32, Object, Object) (Inherited from CollectionBase.)
Protected method OnValidate(Object) (Inherited from CollectionBase.)
Public method RemoveAt(Int32) (Inherited from CollectionBase.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Capacity (Inherited from CollectionBase.)
Public property Count (Inherited from CollectionBase.)
Protected property InnerList (Inherited from CollectionBase.)
Public property Item[Int32] Gets or sets the element at the specified index. In C#, this property is the indexer for the AceCollection class.
Protected property List (Inherited from CollectionBase.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IList.Add(Object) (Inherited from CollectionBase.)
Explicit interface implemetationPrivate method IList.Contains(Object) (Inherited from CollectionBase.)
Explicit interface implemetationPrivate method ICollection.CopyTo(Array, Int32) (Inherited from CollectionBase.)
Explicit interface implemetationPrivate method IList.IndexOf(Object) (Inherited from CollectionBase.)
Explicit interface implemetationPrivate method IList.Insert(Int32, Object) (Inherited from CollectionBase.)
Explicit interface implemetationPrivate property IList.IsFixedSize (Inherited from CollectionBase.)
Explicit interface implemetationPrivate property IList.IsReadOnly (Inherited from CollectionBase.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized (Inherited from CollectionBase.)
Explicit interface implemetationPrivate property IList.Item[Int32] (Inherited from CollectionBase.)
Explicit interface implemetationPrivate method IList.Remove(Object) (Inherited from CollectionBase.)
Explicit interface implemetationPrivate property ICollection.SyncRoot (Inherited from CollectionBase.)

Top