Windows apps
Collapse the table of content
Expand the table of content
Information
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.

ITypeLibExporterNotifySink Interface

 

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.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

<GuidAttribute("F1C3BF77-C3E4-11d3-88E7-00902754C43A")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<ComVisibleAttribute(True)>
Public Interface ITypeLibExporterNotifySink

NameDescription
System_CAPS_pubmethodReportEvent(ExporterEventKind, Int32, String)

Notifies the caller that an event occured during the conversion of an assembly.

System_CAPS_pubmethodResolveRef(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
Return to top
Show:
© 2017 Microsoft