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

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