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