Name

EventLogEntryCollection

Synopsis

This class is an ICollection implementation for EventLogEntry objects.

Public Class EventLogEntryCollection : Implements ICollection, IEnumerable
' Public Instance Properties
   Public ReadOnly Property Count As Integer Implements ICollection.Count 
   Overridable Public Default ReadOnly Property Item(
        ByVal index As Integer) As EventLogEntry  
' Public Instance Methods
   Public Sub CopyTo(ByVal entries As EventLogEntry(), 
        ByVal index As Integer) 
   Public Function GetEnumerator(
        ) As IEnumerator Implements IEnumerable.GetEnumerator 
End Class

Returned By

EventLog.Entries

Get VB.NET Core Classes 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.