Click or drag to resize

NativeProxyDllSearchPattern Property

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

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

Property Value

Type: String
The pattern.
See Also