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:  ShellBoost.Core.Client
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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