简体   繁体   English

如何使用c#检索计算机磁盘上的碎片百分比

[英]How do i retrieve the percentage of fragmentation on my computer disks using c#

How do i retrieve the percentage of fragmentation on my computer disks using c#? 如何使用c#检索计算机磁盘上的碎片百分比? What about the memory fragmentation? 内存碎片怎么样? I m quite confuse about similarity, is it the same? 我对相似性很困惑,它是一样的吗? How can I get it? 我怎么才能得到它? I have already taken a look in the DriveInfo class, but i could not get any info about fragmentation... Thanks in advance. 我已经看过DriveInfo类,但我无法获得有关碎片的任何信息......在此先感谢。

尝试使用Defrag API包装器

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在线使用C#,如何从计算机读取文本文件? - Using C# online, how do I read Text files from my computer? 如何在C#中使用WMI查询获取计算机的物理内存? - How do i get Physical memory of my computer using WMI query in C#? 如何从C#中打开“我的文档”和“我的电脑”文件夹? - How do I open the “My Documents” and “My Computer” folders from C#? 如何在C#中使用Reflection检索对子对象的引用? - How do I retrieve a reference to a subobject using Reflection in C#? 如何使用C#在Active Directory中检索schemaNamingMaster? - How do I retrieve the schemaNamingMaster in Active Directory using C#? C#I / O异步(copyAsync):如何避免文件碎片? - C# I/O async (copyAsync): how to avoid file fragmentation? 如何检查系统上是否存在电池,然后在 C# 中为我的 WPF 应用程序获取电池百分比 - How do I check if a battery exists on the system and then get the battery percentage in C# for my WPF application 我怎么知道我的exe在C#中的用户计算机中的位置 - how do i know where my exe is located in users computer in C# 如何将远程 web 主机上的 php 文件中的数据发送到我计算机上的 c# 应用程序? - how do i send data from a php file on a remote web host to a c# application on my computer? 如何使用C#确定运行我的程序的计算机的芯片组 - How can I determine the chipset of the computer that my program is running on using C#
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM