[To be supplied.]
[Visual Basic] Overridable Public Function ConvertAssemblyToTypeLib( _ ByVal assembly As Assembly, _ ByVal strTypeLibName As String, _ ByVal flags As Integer, _ ByVal notifySink As ITypeLibExporterNotifySink _ ) As Object [C#] public virtual object ConvertAssemblyToTypeLib( Assembly assembly, string strTypeLibName, int flags, ITypeLibExporterNotifySink notifySink ); [C++] public: virtual Object* ConvertAssemblyToTypeLib( Assembly* assembly, String* strTypeLibName, int flags, ITypeLibExporterNotifySink* notifySink ); [JScript] public function ConvertAssemblyToTypeLib( assembly : Assembly, strTypeLibName : String, flags : int, notifySink : ITypeLibExporterNotifySink ) : Object;
TypeLibConverter Class | TypeLibConverter Members | System.Runtime.InteropServices Namespace