Environment.ProcessPath 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回启动当前正在执行的进程的可执行文件的路径。
null
当路径不可用时返回 。
public:
static property System::String ^ ProcessPath { System::String ^ get(); };
public static string? ProcessPath { get; }
static member ProcessPath : string
Public Shared ReadOnly Property ProcessPath As String
属性值
启动当前正在执行的进程的可执行文件的路径。
注解
如果在首次访问此属性之前重命名或删除了可执行文件,则返回值是未定义的,具体取决于操作系统。