Go to the source code of this file.
|
| class | IKVM.CoreLib.Modules.ModulePath |
| | A IModuleFinder that locates modules on the file system by searching a sequence of directories or packaged modules. The ModuleFinder can be created to work in either the run-time or link-time phases. In both cases it locates modular JAR and exploded modules. The ModuleFinder can also optionally patch any modules that it locates with a ModulePatcher.
|
| |