Show System Details Website and Windows DLL File using c# Visual Studio


How to get MAC address of computer from C# integrate to Website
how to display System Details like memory, ip address, OS,  Memory size
and many more.


Download the DLL from given link 

SystemInfoSM


                                        

Method Return Type Description
 GetHDDSerialNo( )
 String
 Retrieving HDD Serial No.
 GetMACAddress()
 String
 Retrieving System MAC Address.
 GetBoardMaker()
 String
 Retrieving Motherboard Manufacturer
 GetBoardProductId()
 String
 Retrieving Motherboard Product Id.
 GetCdRomDrive()
 String
 Retrieving CD-DVD Drive Path.
GetBIOSmaker()
 String
 Retrieving BIOS Maker.
GetCPUCurrentClockSpeed()
 String
  Method to retrieve the CPU's current clock speed
GetPhysicalMemory()
 String
 Retrieving Physical Ram Memory.
GetNoRamSlots()
 String
 Retrieving No of Ram Slot on Motherboard.
GetDefaultIPGateway()
 String
 Returns adapters default IP gateway
GetCpuSpeedInGHz()
 Double 
 Retrieve CPU Speed.
GetComputerName()
 Double 
 Retrieving Computer Name.
GetProcessorInformation()
 Double 
 Retrieving Processor Information.
 GetBIOSserNo()
 String
 Retrieving BIOS Serial No.
 GetBIOScaption()
 String
 Retrieving BIOS Caption.
 GetAccountName()
 String
 Retrieving System Account Name.
 GetCPUManufacturer()
 String 




 Method for retrieving the CPU Manufacturer

** Class Name

*namespace

ClassSys

SystemInfoSM

Social Media