Nevron .NET Vision
Nevron.Serialization Namespace / PrimitiveType Enumeration


In This Topic
    PrimitiveType Enumeration
    In This Topic
    Syntax
    'Declaration
     
    
    Public Enum PrimitiveType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PrimitiveType
    public enum PrimitiveType : System.Enum 
    Members
    MemberDescription
    Boolean 
    Byte 
    Char 
    Color 
    CultureInfo 
    DateTime 
    Decimal 
    Double 
    EnumValue 
    Guid 
    Int16 
    Int32 
    Int64 
    Null 
    PointF 
    PointInt32 
    RectangleF 
    RectangleInt32 
    Single 
    SizeF 
    SizeInt32 
    String 
    TimeSpan 
    Type 
    UInt16 
    UInt32 
    UInt64 
    Unknown 
    Variant 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Serialization.PrimitiveType

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also