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!

ITypeLibConverter.ConvertAssemblyToTypeLib

[To be supplied.]

[Visual Basic]
Function ConvertAssemblyToTypeLib( _
   ByVal assembly As Assembly, _
   ByVal typeLibName As String, _
   ByVal flags As Integer, _
   ByVal notifySink As ITypeLibExporterNotifySink _
) As Object
[C#]
object ConvertAssemblyToTypeLib(
   Assembly assembly,
   string typeLibName,
   int flags,
   ITypeLibExporterNotifySink notifySink
);
[C++]
Object* ConvertAssemblyToTypeLib(
   Assembly* assembly,
   String* typeLibName,
   int flags,
   ITypeLibExporterNotifySink* notifySink
) = 0;
[JScript]
function ConvertAssemblyToTypeLib(
   assembly : Assembly,
   typeLibName : String,
   flags : int,
   notifySink : ITypeLibExporterNotifySink
) : Object;

Parameters

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

See Also

ITypeLibConverter Interface | ITypeLibConverter Members | System.Runtime.InteropServices Namespace