August 2003
Intermediate to advanced
928 pages
32h 1m
English
EventLogPermissionEntryCollection
A strongly typed collection that
contains
EventLogPermissionEntry objects.
public class EventLogPermissionEntryCollection : CollectionBase { // Public Instance Properties public EventLogPermissionEntry this(int index){set; get; } // Public Instance Methods public int Add(EventLogPermissionEntryvalue); public void AddRange(EventLogPermissionEntry[ ]value); public void AddRange(EventLogPermissionEntryCollectionvalue); public bool Contains(EventLogPermissionEntryvalue); public void CopyTo(EventLogPermissionEntry[ ]array, intindex); public int IndexOf(EventLogPermissionEntryvalue); public void Insert(intindex, EventLogPermissionEntryvalue); public void Remove(EventLogPermissionEntryvalue); // Protected Instance Methods protected override void OnClear( ); // overrides System.Collections.CollectionBase protected override void OnInsert(intindex, objectvalue); // overrides System.Collections.CollectionBase protected override void OnRemove(intindex, objectvalue); // overrides System.Collections.CollectionBase protected override void OnSet(intindex, objectoldValue, objectnewValue) // overrides System.Collections.CollectionBase }
System.Object
→
System.Collections.CollectionBase(System.Collections.IList,
System.Collections.ICollection,
System.Collections.IEnumerable)
→
EventLogPermissionEntryCollection
EventLogPermission.PermissionEntries