Sdílet prostřednictvím


DkmProcessLaunchEnvironmentFilterInputData.ExecutablePath Property

Definition

[Optional] Path to the executable file to launch. For a desktop app launch (AppPackageId is null) this will be the full path to the executable which will be launched. For Windows Store or a project system using the IVsDebugLaunchNotifyListener110 API, this value is a hint from the project system. It could be null, it could be just the file name of the executable rather than a full path, or it could represent only one of the executables that could be launched in the package.

This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).

public:
 property System::String ^ ExecutablePath { System::String ^ get(); };
public:
 property Platform::String ^ ExecutablePath { Platform::String ^ get(); };
public string ExecutablePath { get; }
public string? ExecutablePath { get; }
member this.ExecutablePath : string
Public ReadOnly Property ExecutablePath As String

Property Value

Applies to