C# to read S.M.A.R.T. information of SSD

  • Thread starter Thread starter Ricktw
  • Start date Start date
R

Ricktw

Guest
Sir,

I am a C# programmer.

I need to write a Windows form program which retrieve the S.M.A.R.T. attribute information of my SSD.

The information includes SSD temperature (cmd : C2), power-on hours (cmd : 09) and average block-erase count (cmd : AD).

The implementation function is the same as CrystalDiskInfo utility done. see below picture.1612942.png


I didn't find the S.M.A.R.T. class in the dot NET library.

Does anyone know how to implement this program ?


Rick

Continue reading...
 
Back
Top