Click or drag to resize

DriverAPI Class

DriverAPI is responsible for performing operations related to drivers, like installing, deleting, and loading drivers.
Inheritance Hierarchy
SystemObject
  ErrorClass
    API
      Nexpaq.APIsDriverAPI

Namespace:  Nexpaq.APIs
Assembly:  NexpaqCore (in NexpaqCore.dll) Version: 1.0.6767.24310
Syntax
C#
public class DriverAPI : API

The DriverAPI type exposes the following members.

Constructors
  NameDescription
Public methodDriverAPI
Initializes a new instance of the DriverAPI class.
Top
Methods
  NameDescription
Public methodDelete
Deletes the module driver.
Public methodInstall
Installs the module driver.
Public methodInstalled
Checks the module driver is installed.
Public methodInstallFromJson
Installs the module driver.
Public methodLoad
Loads the module driver.
Public methodLoadFromJson
Loads the module driver from json.
Public methodRequest
Request driver of specific type from repository
Public methodRestoreDefault
Restores the default driver.
Public methodSetToModule
Sets the module driver manually.
Protected methodTriggerError (Inherited from ErrorClass.)
Top
Events
  NameDescription
Public eventError (Inherited from ErrorClass.)
Top
See Also