_Assembly::GetModules Method

 

Provides COM objects with version-independent access to the GetModules methods.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodGetModules()

Provides COM objects with version-independent access to the GetModules method.

System_CAPS_pubmethodGetModules(Boolean)

Provides COM objects with version-independent access to the GetModules method.

This method is for access to managed classes from unmanaged code, and should not be called from managed code.

The GetModules methods get all the modules that are part of this assembly.

Return to top
Show: