Click or drag to resize

NativeProxyDllSearchDirectoryPath Property

Gets or sets the native proxies search directory path. If unset, ShellBoost will search for the current .exe location.

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

Property Value

Type: String
A directory path.
See Also