Click or drag to resize

NativeProxyDllSearchPattern Property

Gets or sets the native proxies search pattern. If unset, ShellBoost will search for ShellBoost.*.dll and of nothing was found, *.dll.

Namespace:  ShellBoost.Core.Client
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public static string DllSearchPattern { get; set; }

Property Value

Type: String
The pattern.
See Also