Differentiating between a SSD and HDD in C#

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Harrison Frede
    New Member
    • Nov 2011
    • 1

    Differentiating between a SSD and HDD in C#

    I am trying to find a way besides doing a read and write test to find out if a hard drive is SSD or HDD. I have been trying to use a ManagementObjec tSearcher instance that grabs all Physical Media. I have tried multiples ways to pulls things from it but haven't found a conclusive answer to my problem. Any ideas?
Working...