Table of Contents

Class ComputerHelper

Namespace
AT.Librarys.Container.Utility
Assembly
AT.Librarys.Container.dll

计算机辅助类

public static class ComputerHelper
Inheritance
ComputerHelper
Inherited Members

Methods

CheckInternetPing()

(可选) 深度检测:通过 Ping 验证实际网络连通性

public static bool CheckInternetPing()

Returns

bool

true: 能Ping通; false: 无法Ping通

GetCpuID()

获取CPU序列号

public static string GetCpuID()

Returns

string

CPU序列号字符串,如果获取失败返回空字符串

IsConnectInternet()

判断是否连接互联网 (基于系统网络状态)

public static bool IsConnectInternet()

Returns

bool

true: 已连接; false: 未连接