NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TypeLibConverter.ConvertAssemblyToTypeLib

[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;

Parameters

assembly
[To be supplied.]
strTypeLibName
[To be supplied.]
flags
[To be supplied.]
notifySink
[To be supplied.]

See Also

TypeLibConverter Class | TypeLibConverter Members | System.Runtime.InteropServices Namespace