[Mono-list] Missing Interfaces in corlib

Derek Holden dsh2120@draper.com
Mon, 14 Jan 2002 08:08:10 -0500


Nick,

Would it be easy to modify your tool that did this so that given a 
particular Interface, it could generate a complete list of classes in 
mscorlib that implements that interface? I only see  corcompare in 
mcs/tools, so I apologize for asking if it's included somewhere.

Derek


At 1/2/2002 11:00 AM, Nick Drochak wrote:

All,

I think I have determined the complete list of missing Interface classes in 
our corlib[1]. I stumbled upon a technique for finding them when I was 
trying to compare types from mscorlib.

[1] Missing Interface Types:
System._AppDomain
System.Diagnostics.SymbolStore.ISymbolBinder
System.Diagnostics.SymbolStore.ISymbolDocument
System.Diagnostics.SymbolStore.ISymbolMethod
System.Diagnostics.SymbolStore.ISymbolNamespace
System.Diagnostics.SymbolStore.ISymbolReader
System.Diagnostics.SymbolStore.ISymbolScope
System.Diagnostics.SymbolStore.ISymbolVariable
System.Diagnostics.SymbolStore.ISymbolWriter