TypeLibConverter クラス

定義

マネージド アセンブリと COM タイプ ライブラリ間の変換を実行する一連のサービスを提供します。

public ref class TypeLibConverter sealed : System::Runtime::InteropServices::ITypeLibConverter
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("F1C3BF79-C3E4-11d3-88E7-00902754C43A")]
public sealed class TypeLibConverter : System.Runtime.InteropServices.ITypeLibConverter
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("F1C3BF79-C3E4-11d3-88E7-00902754C43A")]
[System.Runtime.InteropServices.ComVisible(true)]
public sealed class TypeLibConverter : System.Runtime.InteropServices.ITypeLibConverter
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("F1C3BF79-C3E4-11d3-88E7-00902754C43A")>]
type TypeLibConverter = class
    interface ITypeLibConverter
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("F1C3BF79-C3E4-11d3-88E7-00902754C43A")>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type TypeLibConverter = class
    interface ITypeLibConverter
Public NotInheritable Class TypeLibConverter
Implements ITypeLibConverter
継承
TypeLibConverter
属性
実装

コンストラクター

TypeLibConverter()

TypeLibConverter クラスの新しいインスタンスを初期化します。

メソッド

ConvertAssemblyToTypeLib(Assembly, String, TypeLibExporterFlags, ITypeLibExporterNotifySink)

アセンブリを COM タイプ ライブラリに変換します。

ConvertTypeLibToAssembly(Object, String, Int32, ITypeLibImporterNotifySink, Byte[], StrongNameKeyPair, Boolean)

COM タイプ ライブラリをアセンブリに変換します。

ConvertTypeLibToAssembly(Object, String, TypeLibImporterFlags, ITypeLibImporterNotifySink, Byte[], StrongNameKeyPair, String, Version)

COM タイプ ライブラリをアセンブリに変換します。

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetPrimaryInteropAssembly(Guid, Int32, Int32, Int32, String, String)

指定したタイプ ライブラリに対応するプライマリ相互運用機能アセンブリの名前とコード ベースを取得します。

GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象