RanorexRanorex Documentation
Flavor Class
NamespacesRanorex.CoreFlavor
Represents a flavor.
Declaration Syntax
C#Visual BasicVisual C++
public abstract class Flavor : MarshalByRefObject
Public MustInherit Class Flavor _
	Inherits MarshalByRefObject
public ref class Flavor abstract : public MarshalByRefObject
Members
All MembersConstructorsMethodsPropertiesEvents



IconMemberDescription
Flavor(String, String)
Creates a new flavor.

Flavor(String, String, String)
Creates a new flavor.

BaseFlavor
Gets the instance of the flavor this flavor derives from. (Or null if this is not the case).

BaseFlavorName
The name of the flavor this flavor derives from.

CreateObjRef(Type)
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Description
The optional descritpion of the flavor.

DisplayName
The name of instance the descriptor refers to, with arbitrary casing.

Enabled
Enables or disables the flavor.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetLifetimeService()()()
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
GlueRuleRegistered
Occurs when a glue rule is registered.

GlueRules
The list of glue rules for the flavor.

InheritsFrom(String)
Test whether the current flavor inherits from a flavor with the given name.

InitializeLifetimeService()()()
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
MemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Name
The name of the flavor.

OnGlueRuleRegistered(GlueRuleRegisteredEventArgs)
Raises the GlueRuleRegistered event.

ToString()()()
The name of the flavor.
(Overrides Object.ToString()()().)
UseDesktopImageCapture
Defines whether capturing screenshots from elements of this flavor should use the desktop capturing method.

Inheritance Hierarchy

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 3.2.3.16825 (3.2.3.16825)