IVsProfilerLaunchExeTargetInfo::ExecutablePath Property

 

Gets the executable name and, optionally, the full path.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

[DispIdAttribute(1610809345)]
property String^ ExecutablePath {
	String^ get();
}

Property Value

Type: System::String^

The executable name and, optionally, the full path.

Return to top
Show: