NetworkFilter.FilterDriver Property

Name of the filter driver. This is either the filename of an RTDLL without the trailing ".RTDLL" suffix or the full pathname of an RTDLL with the trailing ".RTDLL" suffix.

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

Syntax
public string FilterDriver { get; set; }

Property Value

Type: String

Implements

IConfigNetworkFilterFilterDriver
See Also