ProcessType Property

Applies to TestComplete 15.63, last modified on April 10, 2024

Description

Use the ProcessType property to determine whether the specified application process is a 32- or 64-bit one.

Declaration

TestObj.ProcessType

Read-Only Property String
TestObj A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section

Applies To

The property is applied to the following objects:

View Mode

To view this property in the Object Browser panel and in other panels and dialogs, activate the Advanced view mode.

Property Value

The property returns one of the following string values:

Value Description
x86 32-bit process
x64 64-bit process

Remarks

To determine the Windows bitness, use the Sys.OSInfo.Windows64bit property.

See Also

Testing 64-bit Applications
ProcessName Property
Path Property
CommandLine Property
FileVersionInfo Property
Sys.OSInfo.Windows64bit

Highlight search results