Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

AssemblyBuilder::GetLoadedModules Method (Boolean)

.NET Framework (current version)
 

Returns all the loaded modules that are part of this assembly, and optionally includes resource modules.

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

public:
virtual array<Module^>^ GetLoadedModules(
	bool getResourceModules
) override

Parameters

getResourceModules
Type: System::Boolean

true to include resource modules; otherwise, false.

Return Value

Type: array<System.Reflection::Module^>^

The loaded modules that are part of this assembly.

.NET Framework
Available since 4.0
Return to top
Show:
© 2017 Microsoft