Nevron.Nov.Office Namespace / NOfficeApplicationHost<TOfficeApplication> Class
Fields Properties Methods


In This Topic
    NOfficeApplicationHost<TOfficeApplication> Class Members
    In This Topic

    The following tables list the members exposed by NOfficeApplicationHost<TOfficeApplication>.

    Protected Fields
     NameDescription
    Protected FieldThe Command Line File name with which the application was started.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the Command Line File name with which the application was started.  
    Public PropertyGets the functionality mode. By default ENFunctionalityMode.Full.  
    Public PropertyChecks whether another instance of this application is already running.  
    Public PropertyGets whether this is a sandboxed environment (e.g. Blazor).  
    Public PropertyGets whether the application is runnting in the store.  
    Public PropertyGets the licensing mode that should be used by the office application.  
    Public PropertyGets the base URI of the application server.  
    Public PropertyGets the user mode. By default ENUserMode.Application.  
    Public PropertyGets whether the application should use resources served by the server.  
    Public PropertyGets whether the application uses a native splash screen (e.g. Blazor).  
    Top
    Public Methods
     NameDescription
    Public MethodDetermines whether the application can send crash reports.  
    Public MethodCreates the main window state workspace item  
    Public MethodGets the main window of the application  
    Public MethodInits a server-based office application.  
    Public MethodCalled after the main widget is initialized  
    Public MethodCalled before the main widget is initialized  
    Public MethodTries to send a crash report from the specified user  
    Public MethodShows an error dialog for the specified exception  
    Public MethodShows the help of the application.  
    Public MethodStarts the application.  
    Top
    Protected Methods
     NameDescription
    Protected MethodCreates the default launch settings for the application.  
    Protected MethodExits the message pump of the application.  
    Protected MethodInitializes the server with the given query parameters.  
    Protected MethodInstalls NOV components appropriate for the respective product and host.  
    Protected MethodCalled after the application was started.  
    Protected MethodCalled before the application is started.  
    Protected MethodEnsures there is a message pump to do messages.  
    Top
    See Also