Module::Collection Property

 

Represents the collection of Module objects.

Namespace:   EnvDTE90
Assembly:  EnvDTE90 (in EnvDTE90.dll)

property Modules^ Collection {
	Modules^ get();
}

Property Value

Type: EnvDTE90::Modules^

A Modules collection.

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.

Return to top
Show: