System.Diagnostics.Eventing.Reader.EventLogInformation
namespace System.Diagnostics.Eventing.Reader
{
public sealed class EventLogInformation
{
public int? Attributes { get; }
public DateTime? CreationTime { get; }
public long? FileSize { get; }
public bool? IsLogFull { get; }
public DateTime? LastAccessTime { get; }
public DateTime? LastWriteTime { get; }
public long? OldestRecordNumber { get; }
public long? RecordCount { get; }
}
}