The EnumManager type exposes the following members.

Methods

  NameDescription
Public methodStatic memberAddEntry(String, String)
Adds an enum entry to the end of an enum. This method is quite slow, it copies all old entries, adds the new one and commits it back to the host.
Public methodStatic memberAddEntry(String, String, Int32)
Adds an enum entry at a specific position of an enum.
Public methodStatic memberGetEnumEntry
Returns an EnumEntry instance of a enum entry of a given Enum.
Public methodStatic memberGetEnumEntryCount
Returns the number of entries for a given Enum.
Public methodStatic memberGetEnumEntryString
Returns the name of a given EnumEntry of a given Enum.
Public methodStatic memberSetHDEHost
Public methodStatic memberUpdateEnum
Allows a plugin to create/update an Enum with vvvv

See Also