Returns an EnumEntry instance of a enum entry of a given Enum.

Namespace: VVVV.PluginInterfaces.V2
Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872

Syntax

C#
public static EnumEntry GetEnumEntry(
	string enumName,
	int index
)

Parameters

enumName
Type: System..::..String
The name of the Enum.
index
Type: System..::..Int32
Index of the EnumEntry.

Return Value

EnumEntry instance of the enum entry.

See Also