InstallerGetNativeAssemblyPath Method (String) |
Gets the ShellBoost native proxy assembly path.
This is obsolete. Use the NativeProxy class instead.
Namespace:
ShellBoost.Core.Client
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public string GetNativeAssemblyPath(
string configuration
)
Parameters
- configuration
- Type: SystemString
The configuration (debug, release, etc.).
Return Value
Type:
StringA file path.
See Also