Click or drag to resize

InstallerGetBitnessString Method

Gets a string representing the current process bitness.

Namespace:  callback.ShellBoost.Core.Client
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static string GetBitnessString(
	ProcessorArchitecture architecture
)

Parameters

architecture
Type: System.ReflectionProcessorArchitecture
The processor architecture.

Return Value

Type: String
A string.
See Also