Click or drag to resize

ExecutionGroupAttribute Constructor (String, UInt32)

Initializes a new instance of the ExecutionGroupAttribute class

Namespace:  Cauldron.Consoles
Assembly:  Cauldron.Consoles (in Cauldron.Consoles.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public ExecutionGroupAttribute(
	string groupName,
	uint groupIndex = 0
)

Parameters

groupName
Type: SystemString
The name of the group.

If an implementation of ILocalizationSource exist, the parser will use groupName as a key for Locale

groupIndex (Optional)
Type: SystemUInt32
The group index indicates the execution priority of the groups. Higher values means lower priority.
See Also