<PackageReference Include="System.Diagnostics.EventLog" Version="7.0.0-preview.6.22324.4" />

EventOpcode

public sealed class EventOpcode
namespace System.Diagnostics.Eventing.Reader { public sealed class EventOpcode { public string DisplayName { get { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } public string Name { get { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } public int Value { get { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } internal EventOpcode() { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } }