[To be supplied.]
[Visual Basic] Function ConvertAssemblyToTypeLib( _ ByVal assembly As Assembly, _ ByVal typeLibName As String, _ ByVal flags As Integer, _ ByVal notifySink As ITypeLibExporterNotifySink _ ) As Object [C#] object ConvertAssemblyToTypeLib( Assembly assembly, string typeLibName, int flags, ITypeLibExporterNotifySink notifySink ); [C++] Object* ConvertAssemblyToTypeLib( Assembly* assembly, String* typeLibName, int flags, ITypeLibExporterNotifySink* notifySink ) = 0; [JScript] function ConvertAssemblyToTypeLib( assembly : Assembly, typeLibName : String, flags : int, notifySink : ITypeLibExporterNotifySink ) : Object;
ITypeLibConverter Interface | ITypeLibConverter Members | System.Runtime.InteropServices Namespace