Implemented interface member:
method
GetModules
System.Runtime.InteropServices._Assembly.GetModules()
2 references to GetModules
System (1)
compmod\system\componentmodel\TypeDescriptor.cs (1)
3100
foreach (Module mod in assembly.
GetModules
())
System.Xml (1)
System\Xml\Serialization\Compilation.cs (1)
278
Module[] modules = type.Assembly.
GetModules
();