c#
i need to access the SMART technology of the hard disk using C# how it can be done
is there any api for this as there is WMI api for speed of the cpu fan
i need to access the SMART technology of the hard disk using C# how it can be done
is there any api for this as there is WMI api for speed of the cpu fan
C# has no knowledge about your EBIOS and HARD DISK internal affairs. More info about SMART failure prediction system is on the SMART Technology site. Doing it yourselt, you must write kernel model driver for ring 0 to get read/write access to hard disk command registers. Then you may probably call your driver for prediction data from C# ?