Table of Contents

Class RawTextFlavor

Namespace
Ranorex.Plugin
Assembly
Ranorex.Plugin.RawText.dll
public sealed class RawTextFlavor : Flavor
Inheritance
RawTextFlavor
Inherited Members

Properties

ClassNames

public ICollection<Regex> ClassNames { get; }

Property Value

ICollection<Regex>

Instance

Gets the local instance of this flavor.

public static RawTextFlavor Instance { get; }

Property Value

RawTextFlavor

ProcessNames

public ICollection<Regex> ProcessNames { get; }

Property Value

ICollection<Regex>

WindowHandles

public ICollection<IntPtr> WindowHandles { get; }

Property Value

ICollection<IntPtr>

Methods

SaveToConfig()

public void SaveToConfig()

SaveToConfig(bool, bool)

public void SaveToConfig(bool writeToUserSettings, bool ensureDirtyFlag = false)

Parameters

writeToUserSettings bool
ensureDirtyFlag bool

UpdateFromConfig()

public void UpdateFromConfig()