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


Custom Search

C# Source Code » Development Class » Environment Settings »

 

Environment.TickCount








    
 

using System;

class MainClass {
    public static void Main() {
        Console.WriteLine("Ticks since startup : " + Environment.TickCount);
    }
}

 
    
   
  
   







HTML code for linking to this page:

Follow Navioo On Twitter

C# Source Code

 Navioo Development Class
» Environment Settings