NevronOpenVision
Nevron.Nov Namespace / NApplication Class


In This Topic
    NApplication Class Methods
    In This Topic

    For a list of all members of this type, see NApplication members.

    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Applies the specified theme to the application desktop.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Executes the specified delegate asynchronously with the specified array of arguments on the UI thread (Application thread).  
    Public Methodstatic (Shared in Visual Basic)Collects the cached garbage of the current thread  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates a child window, and adds it to the Application.Desktop.Windows collection.  
    Public Methodstatic (Shared in Visual Basic)Cerates the plugins of the specified type.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates a top-level window, and adds it is to the Windows collection of the currently focused window. If there is no focused window, the window is added to the NApplication.Desktop.Windows collection.  
    Public Methodstatic (Shared in Visual Basic)Executes the given file.  
    Public Methodstatic (Shared in Visual Basic)Gets the names of all settings for this application. Returns an empty array if the application does not have any settings.  
    Public Methodstatic (Shared in Visual Basic)Returns the assemblies of the installed DOM modules  
    Public Methodstatic (Shared in Visual Basic)Returns the assemblies of the installed DOM modules  
    Public Methodstatic (Shared in Visual Basic)Returns the assemblies of the installed DOM modules  
    Public Methodstatic (Shared in Visual Basic)Retuns a promise that gets the setting bytes for the given key.  
    Public Methodstatic (Shared in Visual Basic)Localizes the application from the given localization dictionary stream (should be a file in TMX format).  
    Public Methodstatic (Shared in Visual Basic)Opens the given URL in a new tab/window of the default browser.  
    Public Methodstatic (Shared in Visual Basic)Reapplies the last theme.  
    Public Methodstatic (Shared in Visual Basic)  
    Public Methodstatic (Shared in Visual Basic)Removes the setting for the given key  
    Public Methodstatic (Shared in Visual Basic)Sets the setting with the given key.  
    Top
    Protected Methods
     NameDescription
    Internal Methodstatic (Shared in Visual Basic)  
    Internal Methodstatic (Shared in Visual Basic)  
    Top
    See Also