Nevron Open Vision Documentation
Nevron.Nov Namespace / NEnum Class
Methods


In This Topic
    NEnum Class Members
    In This Topic

    The following tables list the members exposed by NEnum.

    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Gets an array of the raised bit names.  
    Public Methodstatic (Shared in Visual Basic)Gets an array of the raised bit values.  
    Public Methodstatic (Shared in Visual Basic)Gets the names of the values in the specified enum that are represented by single bits in their binary representation (i.e. are exact powers of 2).  
    Public Methodstatic (Shared in Visual Basic)Gets the values of the specified enum that are represented by single bits in their binary representation (i.e. are exact powers of 2).  
    Public Methodstatic (Shared in Visual Basic)Gets the string representation of the given enum value.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Gets the flags for the given enumeration. This method should be used only for enumerations, which represent a set of flags.  
    Public Methodstatic (Shared in Visual Basic)Gets the last value of the given enum.  
    Public Methodstatic (Shared in Visual Basic)Gets the localized string for the given enum value.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Gets the names of the specified enum type.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Gets the values of the specified enum type.  
    Public Methodstatic (Shared in Visual Basic)Checks whether the given flag is set for the specified flag enum value.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Checks whether a constant with the given value exists in the specified enumeration.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Tries to parse the given string value to the specified enum. A case sensitive check is performed. Returns true on success.  
    Top
    Protected Methods
     NameDescription
    Internal Methodstatic (Shared in Visual Basic)  
    Top
    See Also