Name

EventLogPermissionEntryCollection

Synopsis

A strongly typed collection that contains EventLogPermissionEntry objects.

public class EventLogPermissionEntryCollection : CollectionBase {
// Public Instance Properties
   public field EventLogPermissionEntry this{set; get; } 
// Public Instance Methods
   public method int Add(EventLogPermissionEntry value);  
   public method void AddRange(
        EventLogPermissionEntry[] value);  
   public method void AddRange(
        EventLogPermissionEntryCollection value);  
   public method bool Contains(
        EventLogPermissionEntry value);  
   public method void CopyTo(EventLogPermissionEntry[] array, 
        int index);  
   public method int IndexOf(EventLogPermissionEntry value);  
   public method void Insert(int index, 
        EventLogPermissionEntry value);  
   public method void Remove(EventLogPermissionEntry value);  
// Protected Instance Methods
   protected override method void OnClear();  
      // overrides System.Collections.CollectionBase
   protected override method void OnInsert(int index, object value);  
      // overrides System.Collections.CollectionBase
   protected override method void OnRemove(int index, object value); 
      // overrides System.Collections.CollectionBase 
   protected override method void OnSet(int index, object oldValue, object newValue);  
      // overrides System.Collections.CollectionBase
        
}

Hierarchy

System.ObjectSystem.Collections.CollectionBase(System.Collections.IList, System.Collections.ICollection, System.Collections.IEnumerable)EventLogPermissionEntryCollection

Returned By

EventLogPermission.PermissionEntries ...

Get C# in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.