语言

ExecuteProcess.Executable 属性

定义

获取或设置 Microsoft Win32 可执行文件或批处理文件的名称,使其在软件包运行时运行。

public:
 property System::String ^ Executable { System::String ^ get(); void set(System::String ^ value); };
public string Executable { get; set; }
member this.Executable : string with get, set
Public Property Executable As String

属性值

包含 Microsoft Win32 可执行文件或批处理文件名称的字符串,该文件在软件包运行时运行。

实现

适用于