IDriversComponent

Declaration

IDriversComponent : IDispatch

Overview

This interface is meant to create, access or delete driver operations.

Properties

Array<IDriver> Drivers - Gets the collection of drivers operations.

Methods

NewDriver(IFile aDriverFile) returns IDriver
Creates new driver operation.

Delete Driver(IDriver aDriverFile)
Removes and destroys a driver operation.

Topics