storage media

DriveInfoEx class - extension for DriveInfo

DriveInfoEx class - extension for DriveInfo

DriveInfoEx is a .net class which purpose is to provide some extra data about every storage drive installed. You can get drive icon (large and small), device details (manufacturer, model, serial no etc.), partition details (disk index, offset, size etc). DriveInfoEx is quering few various WMI classes (Windows Management Instrumentation) to obtain necessary data and aggregate it into acceptable form. Standard .net class named DriveInfo ...