Assembly.GetModules Method ()
.NET Framework (current version)
Gets all the modules that are part of this assembly.
Assembly: mscorlib (in mscorlib.dll)
Implements
_Assembly.GetModules()| Exception | Condition |
|---|---|
| FileNotFoundException | The module to be loaded does not specify a file name extension. |
This method works on public and private resource files.
Note |
|---|
Modules must be emitted with file name extensions. |
.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
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show:
