Table of Contents

Class Configuration.PluginsConfig.Win32Config

Namespace
Ranorex.Core
Assembly
Ranorex.Core.dll

A collection of configuration parameters for the Win32 plugin.

public class Configuration.PluginsConfig.Win32Config : Configuration.AbstractConfig
Inheritance
Configuration.PluginsConfig.Win32Config
Inherited Members

Properties

BlacklistedProcesses

Gets or sets list of names of Black-listed Processes.

public string[] BlacklistedProcesses { get; set; }

Property Value

string[]

List of names of processes to be black-listed.

EnableBitBridge

Gets or sets a value indicating whether to enable the 32/64 bit bridge.

public bool EnableBitBridge { get; set; }

Property Value

bool

true if the 32/64 bit bridge should be enabled; otherwise, false.

Remarks

Some functionality of the Win32 plugin is limited if a 32 bit process automates a 64 bit application (and vice versa). If the 32/64 bit bridge is enabled, the communication will transparently use a proxy process that has the same bit width as the automated application to provide the full functionality of the Win32 plugin.

WhitelistedProcesses

Gets or sets list of names of White-listed Processes.

public string[] WhitelistedProcesses { get; set; }

Property Value

string[]

List of names of processes to be white-listed.