ModuleDiscoveryGetModules Method (Assembly) |
Returns an enumerable collection of application modules from the specified assembly.
Namespace: CMS.CoreAssembly: CMS.Core (in CMS.Core.dll) Version: 13.0.131
Syntax public 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