System.Net.NetworkInformation.PhysicalAddress
namespace System.Net.NetworkInformation
{
public class PhysicalAddress
{
public static readonly PhysicalAddress None;
public PhysicalAddress(byte[] address);
public byte[] GetAddressBytes();
public static PhysicalAddress Parse(string address);
}
}