Nevron Open Vision Documentation
Nevron.Nov Namespace / NApplication Class
Members


In This Topic
    NApplication Class
    In This Topic
    Represents the entry point of integration, between a specific presentation layer and NOV. Prior to using NOV, you need to manually install the touchbase that the application has for this specific presentation layer, by calling the Install() method a presentation layer specific application installer.
    Object Model
    NApplication Class
    Syntax
    'Declaration
     
    
    Public MustInherit NotInheritable Class NApplication 
    'Usage
     
    
    Dim instance As NApplication
    public static class NApplication 
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.NApplication

    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