Nevron .NET Vision
Nevron Namespace / PlatformType Enumeration


In This Topic
    PlatformType Enumeration
    In This Topic
    Enumerates the platform types.
    Syntax
    'Declaration
     
    
    Public Enum PlatformType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PlatformType
    public enum PlatformType : System.Enum 
    Members
    MemberDescription
    GenericGeneric platform
    InvalidInvalid platform
    ReportingServicesRS
    WebFormsWeb Forms
    WinFormWin Forms
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.PlatformType

    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