1 implementation of ITypeLibExporterNotifySink
System.Web (1)
Management\regiisutil.cs (1)
444
class ConversionEventSink :
ITypeLibExporterNotifySink
3 references to ITypeLibExporterNotifySink
mscorlib (3)
system\runtime\interopservices\itypelibconverter.cs (1)
127
ITypeLibExporterNotifySink
notifySink);
system\runtime\interopservices\typelibconverter.cs (2)
169
public Object ConvertAssemblyToTypeLib(Assembly assembly, String strTypeLibName, TypeLibExporterFlags flags,
ITypeLibExporterNotifySink
notifySink)
489
private static extern Object nConvertAssemblyToTypeLib(RuntimeAssembly assembly, String strTypeLibName, TypeLibExporterFlags flags,
ITypeLibExporterNotifySink
notifySink);