ITypeLibConverter.ConvertAssemblyToTypeLib Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Converteert een assembly naar een COM-typebibliotheek.
public:
System::Object ^ ConvertAssemblyToTypeLib(System::Reflection::Assembly ^ assembly, System::String ^ typeLibName, System::Runtime::InteropServices::TypeLibExporterFlags flags, System::Runtime::InteropServices::ITypeLibExporterNotifySink ^ notifySink);
public object ConvertAssemblyToTypeLib(System.Reflection.Assembly assembly, string typeLibName, System.Runtime.InteropServices.TypeLibExporterFlags flags, System.Runtime.InteropServices.ITypeLibExporterNotifySink notifySink);
abstract member ConvertAssemblyToTypeLib : System.Reflection.Assembly * string * System.Runtime.InteropServices.TypeLibExporterFlags * System.Runtime.InteropServices.ITypeLibExporterNotifySink -> obj
Public Function ConvertAssemblyToTypeLib (assembly As Assembly, typeLibName As String, flags As TypeLibExporterFlags, notifySink As ITypeLibExporterNotifySink) As Object
Parameters
- assembly
- Assembly
De assembly die moet worden geconverteerd.
- typeLibName
- String
De bestandsnaam van de resulterende typebibliotheek.
- flags
- TypeLibExporterFlags
Een TypeLibExporterFlags waarde die eventuele speciale instellingen aangeeft.
- notifySink
- ITypeLibExporterNotifySink
De ITypeLibExporterNotifySink interface die door de aanroeper is geïmplementeerd.
Retouren
Een object dat de ITypeLib interface implementeert.
Opmerkingen
Zie de bestaande documentatie in de MSDN-bibliotheek voor meer informatie ITypeLib.