Click or drag to resize

NativeProxyAddProxy Method

Adds a native proxy using its DLL path. The resulting native proxy instance will be added to the All and possibly to the AllForCurrentArchitecture lists.

Namespace:  callback.ShellBoost.Core.Client
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static NativeProxy AddProxy(
	string dllPath
)

Parameters

dllPath
Type: SystemString
The DLL path.

Return Value

Type: NativeProxy
A NativeProxy instance.
Exceptions
ExceptionCondition
ArgumentNullExceptiondllPath is null.
See Also