ITypeLibExporterNotifySink Interface
.NET Framework (current version)
Provides a callback mechanism for the assembly converter to inform the caller of the status of the conversion, and involve the caller in the conversion process itself.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | ReportEvent(ExporterEventKind, Int32, String) | Notifies the caller that an event occured during the conversion of an assembly. |
![]() | ResolveRef(Assembly) | Asks the user to resolve a reference to another assembly. |
This interface is used in the process of converting a managed assembly to a COM type library.
.NET Framework
Available since 1.1
Available since 1.1
Show:
