Module.Collection Property
Represents the collection of Module objects.
Namespace: EnvDTE90
Assembly: EnvDTE90 (in EnvDTE90.dll)
Syntax
'Declaration
ReadOnly Property Collection As Modules
Modules Collection { get; }
property Modules^ Collection {
Modules^ get ();
}
abstract Collection : Modules with get
function get Collection () : Modules
Property Value
Type: EnvDTE90.Modules
A Modules collection.
Remarks
Modules represents the collection of modules available in a process that is being debugged. Modules is an enumerable collection and can be indexed either by integer (position) or by module name (such as, "kernel32.dll"). Modules is accessible from the Modules property from the Process3 object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.