ITypeLibConverter.ConvertAssemblyToTypeLib Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Converte un assembly in una libreria dei tipi COM.
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
Parametri
- assembly
- Assembly
Assembly da convertire.
- typeLibName
- String
Nome del file della libreria dei tipi risultante.
- flags
- TypeLibExporterFlags
Valore TypeLibExporterFlags che indica eventuali impostazioni speciali.
- notifySink
- ITypeLibExporterNotifySink
Interfaccia ITypeLibExporterNotifySink implementata dal chiamante.
Restituisce
Oggetto che implementa l'interfaccia ITypeLib
.
Commenti
Per altre informazioni su ITypeLib
, vedere la documentazione esistente in MSDN Library.