RanorexRanorex Documentation
Flavor Constructor (name, description)
NamespacesRanorex.CoreFlavorFlavor(String, String)
Creates a new flavor.
Declaration Syntax
C#Visual BasicVisual C++
protected Flavor(
	string name,
	string description
)
Protected Sub New ( 
	name As String,
	description As String
)
protected:
Flavor(
	String^ name, 
	String^ description
)
Parameters
name (String)
The display name of the flavor.
description (String)
A short description of the flavor.

Assembly: Ranorex.Core (Module: Ranorex.Core.dll) Version: 4.0.4.23593 (4.0.4.23593)