Imports SystemClass Sample Public Shared Sub Main() Console.WriteLine("WorkingSet: {0}", Environment.WorkingSet) End Sub 'MainEnd Class 'Sample