The EnumManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddEntry(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.
| |
AddEntry(String, String, Int32) |
Adds an enum entry at a specific position of an enum.
| |
GetEnumEntry |
Returns an EnumEntry instance of a enum entry of a given Enum.
| |
GetEnumEntryCount |
Returns the number of entries for a given Enum.
| |
GetEnumEntryString |
Returns the name of a given EnumEntry of a given Enum.
| |
SetHDEHost | ||
UpdateEnum |
Allows a plugin to create/update an Enum with vvvv
|