using System;class Sample { public static void Main() { Console.WriteLine("WorkingSet: {0}", Environment.WorkingSet); }}