DriveInfoStatic

DriveInfoStatic


Provides static methods for manipulating DriveInfo objects.


Public:

Types:

NameDescription
 DriveType Represents the type of drives a DriveInfo can be.  

Methods:

NameDescription
 GetDrives Returns an array of all the local logical drives.  

Remark

This class cannot be instantiated directly. To access these methods use the DriveInfo.* syntax.

See Also

Project CorLib Overview

Class DriveInfoStatic Overview

DriveInfo

Constructors