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)

property String^ Name {
	String^ get();
}

Property Value

Type: System::String^

A string value representing the name of the module.

Return to top
Show: