Click or drag to resize

DriverAPIInstalled Method

Checks the module driver is installed.

Namespace:  Nexpaq.APIs
Assembly:  NexpaqCore (in NexpaqCore.dll) Version: 1.0.6767.24310
Syntax
C#
public Task<bool> Installed(
	string type
)

Parameters

type
Type: SystemString
Type.

Return Value

Type: TaskBoolean
true, if module driver was checked, false otherwise.
See Also