DkmProcessLaunchEnvironmentFilterInputData.ExecutablePath 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
可有可无要启动的可执行文件的路径。 对于桌面应用启动 (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