Table of Contents

Class FlexWin32ObjectRule

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

Constructors

FlexWin32ObjectRule()

public FlexWin32ObjectRule()

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.