System.Diagnostics.EventLogPermissionEntryCollection: Method Members

The methods of System.Diagnostics.EventLogPermissionEntryCollection are listed below. For a list of all members, see the EventLogPermissionEntryCollection Members list.

See Also: Inherited members from System.Collections.CollectionBase

Public Methods

Add(EventLogPermissionEntry) : int

Adds a specified System.Diagnostics.EventLogPermissionEntry to this collection.

AddRange(EventLogPermissionEntry[])

Appends a set of specified permission entries to this collection.

AddRange(EventLogPermissionEntryCollection)

Appends a set of specified permission entries to this collection.

Contains(EventLogPermissionEntry) : bool

Determines whether this collection contains a specified System.Diagnostics.EventLogPermissionEntry.

CopyTo(EventLogPermissionEntry[], int)

Copies the permission entries from this collection to an array, starting at a particular index of the array.

IndexOf(EventLogPermissionEntry) : int

Determines the index of a specified permission entry in this collection.

Insert(int, EventLogPermissionEntry)

Inserts a permission entry into this collection at a specified index.

Remove(EventLogPermissionEntry)

Removes a specified permission entry from this collection.

Protected Methods

override
OnClear()

Performs additional custom processes after clearing the contents of the collection.

override
OnInsert(int, object)

Performs additional custom processes before a new permission entry is inserted into the collection.

override
OnRemove(int, object)

Performs additional custom processes when removing a new permission entry from the collection.

override
OnSet(int, object, object)

Performs additional custom processes before setting a value in the collection.