C 獲取電腦的相關資訊

2021-09-07 13:09:34 字數 1131 閱讀 4786

/* 建立者:菜刀居士的部落格

* 建立日期: 2023年08月31號

* 功能:獲取電腦的相關資訊**/

public class computerhelper

return string.empty;

}); }

///

/// 獲取網絡卡mac位址

///

public static string getmacaddress()

}return string.empty;

}); }

///

/// 獲取硬碟id

///

public static string getdiskid()

return string.empty;

}); }

///

/// 作業系統的登入username

///

public static string getusername()

return string.empty;

});  }

///

/// pc型別

///

public static string getsystemtype()

return string.empty;

});}

///

/// 物理記憶體

///

public static string gettotalphysicalmemory()

return string.empty;

});}

///

/// 計算機名稱

///

public static string getcomputername() );}

private static string execinfo(funcfunc)

catch

finally

return result;}

///

/// 得到clientip位址

///

public string getclientidaddress()

}catch

return ip;}}

}

c 獲取本機電腦相關資訊

建立乙個類.然後讀取資訊.呼叫 如下.hardinfoclass myclass new hardinfoclass textbox1.text myclass.getharddiskid textbox2.text myclass.getcpuid textbox3.text myclass.ge...

C 獲取自己電腦相關裝置資訊

專案中需要新增system.management引用 1.在 解決方案資源管理器 視窗中 右擊專案 新增 引用 彈出引用管理器 2.在引用處理器中,程式集 框架 選中 system.management 確認 作業系統的登入使用者名稱 string getusername moc null mc n...

C 獲取電腦硬體資訊

獲取cpu編號 view plaincopy to clipboardprint?managementclass mc new managementclass win32 processor managementobjectcollection moc mc.getinstances string ...