Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: 如何在 C# 中检测从一台服务器到另一台服务器的可用空间和磁盘信息
应用程序正在服务器 Y 上运行。
我有这个:
DriveInfo di = new DriveInfo(@"C\");
其中检查服务器 Y 的 C 驱动器很好。
如果我想检查服务器 X 的 D 盘怎么办?