This documentation is archived and is not being maintained.
ITypeLibConverter Interface
.NET Framework 1.1
Provides a set of services that convert a managed assembly to a COM type library and vice versa.
For a list of all members of this type, see ITypeLibConverter Members.
[Visual Basic] <Guid("F1C3BF78-C3E4-11d3-88E7-00902754C43A")> <InterfaceType(ComInterfaceType.InterfaceIsIUnknown)> Public Interface ITypeLibConverter [C#] [Guid("F1C3BF78-C3E4-11d3-88E7-00902754C43A")] [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] public interface ITypeLibConverter [C++] [Guid("F1C3BF78-C3E4-11d3-88E7-00902754C43A")] [InterfaceType(ComInterfaceType::InterfaceIsIUnknown)] public __gc __interface ITypeLibConverter [JScript] public Guid("F1C3BF78-C3E4-11d3-88E7-00902754C43A") InterfaceType(ComInterfaceType.InterfaceIsIUnknown) interface ITypeLibConverter
Classes that Implement ITypeLibConverter
| Class | Description |
|---|---|
| TypeLibConverter | Provides a set of services that convert a managed assembly to a COM type library and vice versa. |
Requirements
Namespace: System.Runtime.InteropServices
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Mscorlib (in Mscorlib.dll)
See Also
ITypeLibConverter Members | System.Runtime.InteropServices Namespace
Show: