The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ITypeLibImporterNotifySink Interface
.NET Framework (current version)
Provides a callback mechanism for the type library 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(ImporterEventKind, Int32, String) | Notifies the caller that an event occured during the conversion of a type library. |
![]() | ResolveRef(Object) | Asks the user to resolve a reference to another type library. |
This interface is used in the process of converting a COM type library to a managed assembly.
.NET Framework
Available since 1.1
Available since 1.1
Show:
