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