[DllImport("kernel32.dll", SetLastError=true)]
static extern bool SetEnvironmentVariable(string lpName, string lpValue);
<System.Runtime.InteropServices.DllImport("kernel32.dll", SetLastError:=True)> _
friend shared function SetEnvironmentVariable(lpName as String, lpValue as String) as boolean
end function
None.
None.
Please add some!
Please add some!
.NET FrameWork 2.0: Environment.SetEnvironmentVariable (String, String)