Click or drag to resize

InstallerGetNativeAssemblyName Method (ProcessorArchitecture, String, Boolean)

Gets the name of the ShellBoost native proxy assembly. 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 static string GetNativeAssemblyName(
	ProcessorArchitecture architecture,
	string directoryPath = null,
	bool throwIfNotFound = true
)

Parameters

architecture
Type: System.ReflectionProcessorArchitecture
The processor architecture.
directoryPath (Optional)
Type: SystemString
The directory path.
throwIfNotFound (Optional)
Type: SystemBoolean
if set to true the method will throw instead or returning null if the assembly is not found.

Return Value

Type: String
A string.
See Also