Environment.GetEnvironmentVariable : Environment Settings : Development Class C# Source Code


Custom Search

C# Source Code » Development Class » Environment Settings »

 

Environment.GetEnvironmentVariable








    
 
using System;
using System.Collections;

class MainClass {
    public static void Main() {
        Console.WriteLine("Path = " + Environment.GetEnvironmentVariable("Path"));
    }
}

 
    
   
  
   







HTML code for linking to this page:

Follow Navioo On Twitter

C# Source Code

 Navioo Development Class
» Environment Settings