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::GetModules Method (Boolean)

.NET Framework (current version)
 

Gets all the 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^>^ GetModules(
	bool getResourceModules
) override

Parameters

getResourceModules
Type: System::Boolean

true to include resource modules; otherwise, false.

Return Value

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

The modules that are part of this assembly.

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