2004-12-29 Duncan Mak <duncan@ximian.com>
authorDuncan Mak <duncan@mono-cvs.ximian.com>
Thu, 30 Dec 2004 03:14:30 +0000 (03:14 -0000)
committerDuncan Mak <duncan@mono-cvs.ximian.com>
Thu, 30 Dec 2004 03:14:30 +0000 (03:14 -0000)
commit33eb5670ef48e22d7212b11a6d40df24d0c320ed
tree882537ba96174f5f95f749fd481662865aa71b57
parent89a31da687a80bb0877156040ae5455057b6709e
2004-12-29  Duncan Mak  <duncan@ximian.com>

* monop.cs (SearchType): New method, returns a list of type names
that matches the method argument, either completely or partially.
(GetKnownAssemblyNames): Renamed from GetAssemblyNamesFromGAC, as
it now includes mscorlib in the return value.
(Main): Added new flags: "--search", "-s", "-k". These flags will
invoke SearchType. Prints out a list of Types and the location of
the Assembly containing the Type.

svn path=/trunk/mcs/; revision=38170
mcs/tools/monop/ChangeLog
mcs/tools/monop/monop.cs