<PackageReference Include="NETStandard.Library" Version="2.0.3" />

System.Runtime.InteropServices.ComEventInterfaceAttribute

public sealed class ComEventInterfaceAttribute : Attribute
namespace System.Runtime.InteropServices { public sealed class ComEventInterfaceAttribute : Attribute { public Type EventProvider { get; } public Type SourceInterface { get; } public ComEventInterfaceAttribute(Type SourceInterface, Type EventProvider); } }