Click or drag to resize

InstallerGetNativeAssemblyPath Method (ProcessorArchitecture, 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 virtual string GetNativeAssemblyPath(
	ProcessorArchitecture architecture,
	string configuration
)

Parameters

architecture
Type: System.ReflectionProcessorArchitecture
The processor architecture.
configuration
Type: SystemString
The configuration (debug, release, etc.).

Return Value

Type: String
A file path or null if not found.
See Also