IVsProfilerLaunchExeTargetInfo.ExecutablePath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the executable name and, optionally, the full path.
public:
property System::String ^ ExecutablePath { System::String ^ get(); };
public:
property Platform::String ^ ExecutablePath { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(1610809345)]
public string ExecutablePath { get; }
public string ExecutablePath { get; }
[<System.Runtime.InteropServices.DispId(1610809345)>]
member this.ExecutablePath : string
member this.ExecutablePath : string
Public ReadOnly Property ExecutablePath As String
Property Value
The executable name and, optionally, the full path.
- Attributes