DkmProcessLaunchEnvironmentFilterInputData.ExecutablePath 属性

定义

可有可无要启动的可执行文件的路径。 对于桌面应用启动 (AppPackageId 为 null) 这将是要启动的可执行文件的完整路径。 对于 Windows 应用商店或使用 IVsDebugLaunchNotifyListener110 API 的项目系统,此值是来自项目系统的提示。 它可以为 null,可以是可执行文件的文件名而不是完整路径,也可以只表示可在包中启动的可执行文件之一。

此 API 是在 Visual Studio 14 RTM (VS14RTM) 中引入的。

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

属性值

String

适用于