System.Runtime.InteropServices.ExporterEventKind Enumeration

Describes the callbacks that the type library exporter makes when exporting a type library.

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public enum ExporterEventKind

Remarks

The type library exporter passes the values of this enumeration to the ITypeLibExporterNotifySink.ReportEvent(ExporterEventKind, int, string) method of an object which implements the System.Runtime.InteropServices.ITypeLibExporterNotifySink interface. The value passed identifies the specific kind of event being reported.

Members

Member NameDescription
ERROR_REFTOINVALIDASSEMBLY

This value is not supported in this version of the .NET Framework.

NOTIF_CONVERTWARNING

Specifies that the event is invoked when a warning occurs during conversion.

NOTIF_TYPECONVERTED

Specifies that the event is invoked when a type has been exported.

Requirements

Namespace: System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0