.NET Get System Environment Variable

System.Environment.SetEnvironmentVariable(variable, value , [Target])
var value = System.Environment.GetEnvironmentVariable(variable , [Target])
DreamCoder