clrinterop / clrinterop-issues-sandbox

0 stars 0 forks source link

TlbImp: Suppress types from being imported #51

Open jozefizso opened 15 years ago

jozefizso commented 15 years ago

Issue from Wed, 09 Sep 2009 11:53:54 GMT Originally opened at https://clrinterop.codeplex.com/workitem/4231


With the new version we are able to map all references to the local IStream definition to System.Runtime.InteropServices.ComTypes.IStream. Unfortunately the now unreferenced local IStream definition, as well as ISequentialStream, _ULARGE_INTEGER etc. are still part of the Interop. As it is very annoying and confusing have multiple unsused IStream or other type definitions around it would be a nice feature to be able to suppress some types from going into the Interop.