IVsProfilerLaunchExeTargetInfo.ExecutablePath Property

Definition

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

Applies to