Click or drag to resize
DriveInfo Class
Inheritance Hierarchy
SystemObject
  Qlik.EngineDriveInfo

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public class DriveInfo : IDriveInfo

The DriveInfo type exposes the following members.

Constructors
  NameDescription
Public methodDriveInfo
Initializes a new instance of the DriveInfo class
Top
Properties
  NameDescription
Public propertyDrive
Value of the drive Examples: C:\\, E:\\
Public propertyName
Name of the drive.
Public propertyType
Type of the drive. Fixed means physical drive.
Top
See Also