Click or drag to resize

NativeProxyDllSearchDirectoryPath Property

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

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

Property Value

Type: String
A directory path.
See Also