Nulled HardwareLib free download

HardwareLib-[Clean-Nulled].zip

VERSION 1.2 RELEASED!

HardwareLib is a .NET Library that offers a set of functions to get information about your hardware such as motherboard, CPU, RAM ,Graphics Card, Network Adapter, CD/DVD Drives and Hard Drives…
You can get device details (manufacturer, model, serial number, Name…. etc)
HardwareLib use WMI to obtain informations about installed Devices please see the screenshot

How to use

CPU Class
HardWareInfo.Cpu cpu = new Cpu(Cpu.CpusList0);

MessageBox.Show(cpu.GetName());

HDD Class

To get more information about partitions you should use LogicalDisk class

       foreach (string str in Hdd.DrivesList)
            {
                hdd.setDeviceID(str);

                comboBox1.Items.Add(hdd.Caption);

            }

            foreach (string str in LogicalDisk.LogicalDiskList)
         {
            LD.setDeviceID(str)
                        comboBox2.Items.Add(hdd.Caption);
                  }

Update 27/04/2012:

  • Bug Fix
  • Added Demo for GPU

Update 6/03/2011:

  • Added IsProcessorFeaturePresent Function
  • Added IsMMXSupported Function
  • Added Is3DNowSupported Function
  • Added IsSSE3Supported Function
  • Added IsSSE2Supported function
  • Added IsSSESupported function

Full Live Demo

Mercifully Note: We refresh new substance like WordPress Themes,
Plugins, PHP Scripts ordinary. In any case, recall that you
ought to never utilize this things in a business site.
Every one of the substance posted here for advancement
and testing reason as it were. We’re not in charge of
any harm, use at your own particular RISK! We highly recommend to buy HardwareLib from the The Developer ( DevPlus31 ) website. Thank you.

Free Download

Downloads

You May Also Like

Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.