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.
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...
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.
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...