vote up 1 vote down star

I'm curious how to assess if there is any read- or write-activity for a specific harddrive at a given moment with .NET / C#. Second it would be interesting to assess the actual speed of access.

Any ideas?

flag

1 Answer

vote up 2 vote down check

Look into the Windows Management Instrumentation (WMI) APIs which are supported in the .NET Framework via the System.Management and System.Management.Instrumentation namespaces.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.