Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 45173
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T15:46:03+00:00 2026-05-10T15:46:03+00:00

I asked a somewhat related question but I want it to make it more

  • 0

I asked a somewhat related question but I want it to make it more concrete and ‘programming’ oriented, so here it goes:

Does any body know, if there is a .NET, JAVA or any other Framework, library, .jar file or what ever: to access S.M.A.R.T. Statistics?

Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T15:46:03+00:00Added an answer on May 10, 2026 at 3:46 pm

    You can get SMART statistics from .Net via the System.Management and WMI class ‘MSStorageDriver_ATAPISmartData’.

    Here is a short example that I created for you. Start a new console project and add a reference to the System.Management assembly, then paste this into Program.cs:

    using System; using System.Collections.Generic; using System.Text; using System.Management;  namespace GetSMART {     class Program     {         static void Main(string[] args)         {             ManagementObjectSearcher searcher =              new ManagementObjectSearcher(                 'root\\WMI',                 'SELECT * FROM MSStorageDriver_ATAPISmartData'             );              foreach (ManagementObject item in searcher.Get())             {                 foreach( PropertyData prop in item.Properties )                 {                 Console.WriteLine('{0} = {1}',                     prop.Name, prop.Value);                 }             }              Console.ReadLine();         }     } } 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This question is related somewhat to the one i asked HERE . Now, i
This is somewhat related to another question I've asked but I figure why not
A somewhat similar question was asked on here but the answers did not help.
(In Python 3.1) (Somewhat related to another question I asked , but this question
This question has been asked before somewhat, but I hope mine differs. My situation
I asked a very similar question here but since it is such a fundamental
This is somewhat related to another question that I've asked that I've pretty much
I've asked a question similar to this but thought I would ask a more
Based on the question I asked here , but I wanted to get feedback
This is somewhat related to a question I asked not too long ago today.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.