different between card reader to usb using c#

2019-07-27 07:33发布

问题:

I build a scanner that takes all drive's with DriveInfo . how i Discerning between drive from card reader and drive from usb ?? thanks....


is the same member - Removable!! i try this , but must to be a diffrent from card reader to usb device!! sombody ??

回答1:

I would see if the DriveInfo.DriveType returns a different drive type for the card reader and the usb drive. Here's a list of what drive types DriveInfo contains.