ITypeLibExporterNotifySink インターフェイス

定義

アセンブリ コンバーターに対してコールバック機構を提供し、呼び出し元に変換の状態を通知し、その呼び出し元を変換処理そのものに関与させます。

public interface class ITypeLibExporterNotifySink
[System.Runtime.InteropServices.Guid("F1C3BF77-C3E4-11d3-88E7-00902754C43A")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface ITypeLibExporterNotifySink
[System.Runtime.InteropServices.Guid("F1C3BF77-C3E4-11d3-88E7-00902754C43A")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.ComVisible(true)]
public interface ITypeLibExporterNotifySink
[<System.Runtime.InteropServices.Guid("F1C3BF77-C3E4-11d3-88E7-00902754C43A")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type ITypeLibExporterNotifySink = interface
[<System.Runtime.InteropServices.Guid("F1C3BF77-C3E4-11d3-88E7-00902754C43A")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type ITypeLibExporterNotifySink = interface
Public Interface ITypeLibExporterNotifySink
属性

注釈

このインターフェイスは、マネージド アセンブリを COM タイプ ライブラリに変換するプロセスで使用されます。

メソッド

ReportEvent(ExporterEventKind, Int32, String)

アセンブリの変換中にイベントが発生したことを呼び出し元に通知します。

ResolveRef(Assembly)

別のアセンブリへの参照を解決するように要求します。

適用対象