Modules.Count Property

Gets the number of modules in the process being debugged.

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

Syntax

'Declaration
ReadOnly Property Count As Integer
    Get
int Count { get; }
property int Count {
    int get ();
}
abstract Count : int
function get Count () : int

Property Value

Type: System.Int32
An integer representing the number of modules.

.NET Framework Security

See Also

Reference

Modules Interface

EnvDTE90 Namespace