Class EventLogPermissionEntryCollection
Inheritance
System.Object
EventLogPermissionEntryCollection
Assembly: IronZip.dll
Syntax
public class EventLogPermissionEntryCollection : CollectionBase
Properties
Item[Int32]
Declaration
public EventLogPermissionEntry this[int index] { get; set; }
Parameters
| Type |
Name |
Description |
| System.Int32 |
index |
|
Property Value
Methods
Add(EventLogPermissionEntry)
Declaration
public int Add(EventLogPermissionEntry value)
Parameters
Returns
| Type |
Description |
| System.Int32 |
|
AddRange(EventLogPermissionEntry[])
Declaration
public void AddRange(EventLogPermissionEntry[] value)
Parameters
AddRange(EventLogPermissionEntryCollection)
Declaration
public void AddRange(EventLogPermissionEntryCollection value)
Parameters
Contains(EventLogPermissionEntry)
Declaration
public bool Contains(EventLogPermissionEntry value)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
CopyTo(EventLogPermissionEntry[], Int32)
Declaration
public void CopyTo(EventLogPermissionEntry[] array, int index)
Parameters
IndexOf(EventLogPermissionEntry)
Declaration
public int IndexOf(EventLogPermissionEntry value)
Parameters
Returns
| Type |
Description |
| System.Int32 |
|
Insert(Int32, EventLogPermissionEntry)
Declaration
public void Insert(int index, EventLogPermissionEntry value)
Parameters
OnClear()
Declaration
protected override void OnClear()
OnInsert(Int32, Object)
Declaration
protected override void OnInsert(int index, object value)
Parameters
| Type |
Name |
Description |
| System.Int32 |
index |
|
| System.Object |
value |
|
OnRemove(Int32, Object)
Declaration
protected override void OnRemove(int index, object value)
Parameters
| Type |
Name |
Description |
| System.Int32 |
index |
|
| System.Object |
value |
|
OnSet(Int32, Object, Object)
Declaration
protected override void OnSet(int index, object oldValue, object newValue)
Parameters
| Type |
Name |
Description |
| System.Int32 |
index |
|
| System.Object |
oldValue |
|
| System.Object |
newValue |
|
Remove(EventLogPermissionEntry)
Declaration
public void Remove(EventLogPermissionEntry value)
Parameters