Nevron Open Vision Documentation
Nevron.Nov.Serialization Namespace / ENSystemPrimitiveType Enumeration


In This Topic
    ENSystemPrimitiveType Enumeration
    In This Topic
    Enumerates the system primitive types.
    Syntax
    'Declaration
     
    
    Public Enum ENSystemPrimitiveType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENSystemPrimitiveType
    public enum ENSystemPrimitiveType : System.Enum 
    Members
    MemberDescription
    BooleanBoolean type.
    ByteByte type.
    CharChar type.
    DoubleDouble precision floaing point type.
    Int1616-bit integer type.
    Int3232-bit integer type.
    Int6464-bit integer type.
    SByteSigned byte type.
    SingleSingle precision floating point type.
    StringString type.
    UInt1616-bit unsigned integer type.
    UInt3232-bit unsigned integer type.
    UInt6464-bit unsigned integer type.
    UnknownUnknown primitive or other object type
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Serialization.ENSystemPrimitiveType

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also