如何才能在不使用
System.Management
类,这样我就可以将它映射到windows以外的其他环境(如mac、linux)。
发布于 2012-02-26 19:06:21
您可以使用DriveInfo (Mono版本)获取基本信息(但不包括SN )。
https://stackoverflow.com/questions/9452495
相似问题