Modules Property

Assembly.Modules Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets a collection that contains the modules in this assembly.

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

'Declaration
Public Overridable ReadOnly Property Modules As IEnumerable(Of Module)

Property Value

Type: System.Collections.Generic.IEnumerable(Of Module)
A collection that contains the modules in this assembly.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft