Assembly.GetModules Method ()

 

Gets all the modules that are part of this assembly.

Namespace:   System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

abstract GetModules : unit -> Module[]
override GetModules : unit -> Module[]

Return Value

Type: System.Reflection.Module[]

An array of modules.

Exception Condition
FileNotFoundException

The module to be loaded does not specify a file name extension.

This method works on public and private resource files.

System_CAPS_noteNote

Modules must be emitted with file name extensions.

The following example displays the name of the module in the returned array that contains the assembly manifest.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: