ITypeLibConverter.ConvertAssemblyToTypeLib Methode

Definitie

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.

Van toepassing op