Nevron Open Vision Documentation
Nevron.Nov Namespace / ENIntegrationPlatform Enumeration


In This Topic
    ENIntegrationPlatform Enumeration
    In This Topic
    Enumerates the supported integration platforms.
    Syntax
    'Declaration
     
    
    <System.FlagsAttribute()>
    Public Enum ENIntegrationPlatform 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENIntegrationPlatform
    [System.Flags()]
    public enum ENIntegrationPlatform : System.Enum 
    Members
    MemberDescription
    SilverlightThe Silverlight platform.
    UnknownUnknown platform.
    WebAssemblyThe WebAssembly platform.
    WinFormsThe Windows Forms platform.
    WPFThe WPF platform.
    XamarinMacThe Mac platform.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.ENIntegrationPlatform

    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