using System; namespace ProcessInfo { public enum ProcessField { Pid = 0, Name = 1, WorkingSet = 2 } }