Microsoft.Win32.Win32Native.SetEnvironmentVariable C# (CSharp) Method

SetEnvironmentVariable() private method

private SetEnvironmentVariable ( string lpName, string lpValue ) : bool
lpName string
lpValue string
return bool
        internal static extern bool SetEnvironmentVariable(string lpName, string lpValue);