System.Diagnostics.EventLogEntryCollection Members

The members of System.Diagnostics.EventLogEntryCollection are listed below.

See Also: Inherited members from System.Object

Public Properties

[read-only]
Countint.

Gets the number of entries in the event log (that is, the number of elements in the System.Diagnostics.EventLogEntry collection).

[read-only]
default property
Item(int)EventLogEntry. Documentation for this section has not yet been entered.

Public Methods

CopyTo(EventLogEntry[], int)

Copies the elements of the System.Diagnostics.EventLogEntryCollection to an array of System.Diagnostics.EventLogEntry instances, starting at a particular array index.

GetEnumerator() : IEnumerator

Supports a simple iteration over the System.Diagnostics.EventLogEntryCollection object.

Explicitly Implemented Interface Members

ICollection.CopyTo

Copies the elements of the collection to an Array, starting at a particular Array index.

[read-only]
ICollection.IsSynchronizedbool.

Gets a value that indicates whether access to the System.Diagnostics.EventLogEntryCollection is synchronized (thread-safe).

[read-only]
ICollection.SyncRootobject.

Gets an object that can be used to synchronize access to the System.Diagnostics.EventLogEntryCollection object.