Modules Interface
Visual Studio 2015
Represents the collection of modules available in a process being debugged.
Assembly: EnvDTE90 (in EnvDTE90.dll)
| Name | Description | |
|---|---|---|
![]() | GetEnumerator() | Gets an enumeration for items in a collection. |
![]() | Item(Object) | Gets an indexed member of a Modules collection. |
Modules is an enumerable collection that can be indexed by either integer (position) or by module name (such as "kernel32.dll").
Show:

