Table of Contents

Class ChildWindowsRule

Namespace
Ranorex.Plugin
Assembly
Ranorex.Plugin.Win32.dll
public class ChildWindowsRule : LineageGlueRule, IEquatable<Descriptor>, IComparable<Descriptor>
Inheritance
ChildWindowsRule
Implements
Inherited Members

Constructors

ChildWindowsRule()

public ChildWindowsRule()

Methods

Execute(GlueRuleExecutionState)

Executes the rule.

public override void Execute(GlueRuleExecutionState state)

Parameters

state GlueRuleExecutionState

The current rule execution state.

Remarks

This has to be implemented by the rule classes.