Module::Path Property

 

Gets the full path to the module, such as c:\windows\system32\kernel32.dll. Path corresponds to the Path column of the Modules window.

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

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

Property Value

Type: System::String^

A string value representing the path to the module.

Return to top
Show: