<PackageReference Include="System.Diagnostics.EventLog" Version="8.0.0-preview.1.23110.8" />

EventLogInformation

public sealed class EventLogInformation
namespace System.Diagnostics.Eventing.Reader { public sealed class EventLogInformation { public int? Attributes { get { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } public DateTime? CreationTime { get { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } public long? FileSize { get { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } public bool? IsLogFull { get { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } public DateTime? LastAccessTime { get { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } public DateTime? LastWriteTime { get { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } public long? OldestRecordNumber { get { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } public long? RecordCount { get { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } internal EventLogInformation() { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } }