Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法为应用程序设置环境变量,以便每当进程运行时都不需要重置它们。事实上,我正在编写一个 .NET 应用程序的分析器,我需要为进程列表设置环境变量(我从配置文件中获取列表)。换句话说,我以前知道要分析的进程,我需要在它们运行之前为它们设置环境变量
要解决此问题,请使用互操作服务设置环境变量。您可以使用 Microsoft 平台软件开发工具包 (SDK) SetEnvironmentVariable 函数设置环境变量。
System.Environment 类没有为当前进程设置环境变量的方法