Module.Name Property

Gets the name of the module (such as, "kernel32.dll"). Name corresponds to the Name column of the Modules window.

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

Syntax

'Declaration
ReadOnly Property Name As String
string Name { get; }
property String^ Name {
    String^ get ();
}
abstract Name : string with get
function get Name () : String

Property Value

Type: System.String
A string value representing the name of the module.

.NET Framework Security

See Also

Reference

Module Interface

EnvDTE90 Namespace