TypeLibConverter Class
Provides a set of services that convert a managed assembly to a COM type library and vice versa.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | TypeLibConverter() | Initializes a new instance of the TypeLibConverter class. |
| Name | Description | |
|---|---|---|
![]() | ConvertAssemblyToTypeLib(Assembly, String, TypeLibExporterFlags, ITypeLibExporterNotifySink) | Converts an assembly to a COM type library. |
![]() | ConvertTypeLibToAssembly(Object, String, Int32, ITypeLibImporterNotifySink, Byte(), StrongNameKeyPair, Boolean) | Converts a COM type library to an assembly. |
![]() | ConvertTypeLibToAssembly(Object, String, TypeLibImporterFlags, ITypeLibImporterNotifySink, Byte(), StrongNameKeyPair, String, Version) | Converts a COM type library to an assembly. |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetPrimaryInteropAssembly(Guid, Int32, Int32, Int32, String, String) | Gets the name and code base of a primary interop assembly for a specified type library. |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
