Click or drag to resize

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
C#
public string GetNativeAssemblyPath(
	string configuration
)

Parameters

configuration
Type: SystemString
The configuration (debug, release, etc.).

Return Value

Type: String
A file path.
See Also