Table of Contents

Class RootWindowsRule

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

Constructors

RootWindowsRule()

public RootWindowsRule()

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.