TypeLibConverter-Klasse
Stellt eine Gruppe von Diensten bereit, die eine verwaltete Assembly in eine COM-Typbibliothek konvertieren und umgekehrt.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)
Syntax
'Declaration
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("F1C3BF79-C3E4-11d3-88E7-00902754C43A")> _
<ComVisibleAttribute(True)> _
Public NotInheritable Class TypeLibConverter
Implements ITypeLibConverter
'Usage
Dim instance As TypeLibConverter
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("F1C3BF79-C3E4-11d3-88E7-00902754C43A")]
[ComVisibleAttribute(true)]
public sealed class TypeLibConverter : ITypeLibConverter
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[GuidAttribute(L"F1C3BF79-C3E4-11d3-88E7-00902754C43A")]
[ComVisibleAttribute(true)]
public ref class TypeLibConverter sealed : ITypeLibConverter
/** @attribute ClassInterfaceAttribute(ClassInterfaceType.None) */
/** @attribute GuidAttribute("F1C3BF79-C3E4-11d3-88E7-00902754C43A") */
/** @attribute ComVisibleAttribute(true) */
public final class TypeLibConverter implements ITypeLibConverter
ClassInterfaceAttribute(ClassInterfaceType.None)
GuidAttribute("F1C3BF79-C3E4-11d3-88E7-00902754C43A")
ComVisibleAttribute(true)
public final class TypeLibConverter implements ITypeLibConverter
Vererbungshierarchie
System.Object
System.Runtime.InteropServices.TypeLibConverter
Threadsicherheit
Alle öffentlichen statischen (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.
Plattformen
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.
Versionsinformationen
.NET Framework
Unterstützt in: 2.0, 1.1, 1.0
Siehe auch
Referenz
TypeLibConverter-Member
System.Runtime.InteropServices-Namespace
Weitere Ressourcen
Attribute zum Importieren von Typbibliotheken in Interop-Assemblys