NetworkInterface.Driver Property

Access the name of the driver for this network interface. The value of this property is either the absolute pathname of an RTDLL driver for this network device or the file name of the RTDLL driver for this network device. In the latter case, the ".rtdll" suffix on the file name is optional.

Namespace:  IntervalZero.RTX64.Config
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public string Driver { get; set; }

Property Value

Type: String

Implements

IConfigNetworkInterfaceDriver
See Also