i can't seem to remember the old way the "Type Search" of Reflector works but currently it return all types with the keyed in word as part of the type name (fully qualified name with their namespace). Searching for "Form" will return a list including "IFormattable" interface even all types inside the System.Windows.Forms namespace (ugh!).
i really think that it used to do a startwith search instead of an indexof() != -1 search of just the class name. it's better that way in my opinion
[EDIT] Got a reply from Lutz that I should include quotes.
Posted
06-28-2006 10:30 PM
by
jokiz