EventLogInformation public sealed class EventLogInformation Documentation Code 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; }