Click or drag to resize

InstallerGetNativeAssemblyPath Method (String)

Gets the ShellBoost native proxy assembly path. This is obsolete. Use the NativeProxy class instead.

Namespace:  callback.ShellBoost.Core.Client
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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