using System; using System.Collections.Generic; using System.Text; using System.Net; namespace Stone.Common { public class MyComputer { public static string Name() { return Dns.GetHostName(); } } }