Jump to content
View in the app

A better way to browse. Learn more.

Tuts 4 You

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Crystaldisk Info csharp Ata ssd and nvme information c# format

Featured Replies

The project DiskInfoArtificial was designed with .NET Framework 4.0 in mind, as the author notes in the README.

  • Author

Nuget packages

No image preview

DiskInfoArtificial 1.0.0

Get more information of ssd and nvme. this project is csharp form of crystal disk infos

No image preview

CrystalDiskInfoDotnet 1.0.0

Extract disk info with DiskInfoArtificial, It basically a lib of DiskInfoArtificial

  • Author

demo

https://apps.microsoft.com/detail/9PMK612LQHHS

source code

<ListView Name="mylistview"></ListView>
<Button x:Name="myButton" Click="myButton_Click">Click Me</Button>
private void myButton_Click(object sender, RoutedEventArgs e) 
{
    CrystalDiskInfoDotnet.CheckDiskInfos.CrystalDiskInfoDotnetLoad.ExtractFullInfos(out var vals);
    foreach (var s in vals)
    {
        mylistview.Items.Add(Environment.NewLine);
        mylistview.Items.Add(s.Model);
        mylistview.Items.Add("Health " + s.Life);
        mylistview.Items.Add("Temp " + s.Temperature);
        mylistview.Items.Add("firmwareR " + s.FirmwareRev);
        mylistview.Items.Add("SerialNumber " + s.SerialNumber);
        mylistview.Items.Add("SerialNumberReverse " + s.SerialNumberReverse);
        mylistview.Items.Add("Major " + s.Major);
    }
}

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.