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.

ITypeLibConverter Interface

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:
© 2017 Microsoft