| ModuleDiscoveryGetModules Method (Assembly) | 
            Returns an enumerable collection of application modules from the specified assembly.
            
 
Namespace: CMS.CoreAssembly: CMS.Core (in CMS.Core.dll) Version: 11.0.0
Syntaxpublic IEnumerable<ModuleEntry> GetModules(
	Assembly assembly
)
Parameters
- assembly
 - Type: System.ReflectionAssembly
The assembly to retrieve modules from. 
Return Value
Type: 
IEnumerableModuleEntryAn enumerable collection of application modules from the specified assembly.
Remarks
See Also