NevronOpenVision
Nevron.Nov.Office Namespace / INOfficeApplicationHost Interface
Properties Methods

In This Topic
    INOfficeApplicationHost Interface Members
    In This Topic

    The following tables list the members exposed by INOfficeApplicationHost.

    Public Properties
     NameDescription
     PropertyGets the Command Line File name with which the application was started.  
     PropertyChecks whether another instance of this application is already running.  
     PropertyGets whether this is a sandboxed environment (e.g. Blazor).  
     PropertyGets whether the application is running in the store.  
     PropertyGets the base URI of the server, in case of a subscription App.  
     PropertyGets whether the application must use server licensing.  
     PropertyGets whether the application should use resources served by the server.  
     PropertyGets whether the application uses a native splash screen (e.g. Blazor).  
    Top
    Public Methods
     NameDescription
     MethodDetermines whether the application can send crash reports.  
     MethodCreates the main window state workspace item  
     MethodGets the main window of the application  
     MethodCalled after the UI of the application is initialized.  
     MethodCalled before the UI of the application is initialized.  
     MethodTries to send a crash report from the specified user  
     MethodShows an error dialog for the specified exception  
     MethodShows the help of the application.  
    Top
    See Also