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 public static NativeProxy AddProxy(
string dllPath
)
Parameters
- dllPath
- Type: SystemString
The dll path.
Return Value
Type:
NativeProxy
A NativeProxy instance.
Exceptions See Also