Returns the name of a given EnumEntry of a given Enum.

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

Syntax

C#
string GetEnumEntry(
	string enumName,
	int index
)

Parameters

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

Return Value

String representation of the EnumEntry.

See Also