ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core.Licensing Namespace / LicensedApplication Class
Properties Methods Events


In This Topic
    LicensedApplication Class Members
    In This Topic

    The following tables list the members exposed by LicensedApplication.

    Public Properties
     NameDescription
    Public PropertyGets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject)
    Public PropertyGets or sets the main window of the application. (Inherited from System.Windows.Application)
    Public PropertyGets a collection of application-scope properties. (Inherited from System.Windows.Application)
    Public PropertyGets or sets a collection of application-scope resources, such as styles and brushes. (Inherited from System.Windows.Application)
    Public PropertyGets or sets the condition that causes the System.Windows.Application.Shutdown method to be called. (Inherited from System.Windows.Application)
    Public PropertyGets or sets a UI that is automatically shown when an application starts. (Inherited from System.Windows.Application)
    Public PropertyGets the instantiated windows in an application. (Inherited from System.Windows.Application)
    Top
    Protected Properties
     NameDescription
    Protected Property Determines if the application has separately sold extension licenses for UI purposes  
    Protected Property GUID for license guard allowing only one sign in dialog for the application.  
    Top
    Public Methods
     NameDescription
    Public MethodSearches for a user interface (UI) resource, such as a System.Windows.Style or System.Windows.Media.Brush, with the specified key, and throws an exception if the requested resource is not found (see XAML Resources). (Inherited from System.Windows.Application)
    Public MethodOverloaded.  (Inherited from System.Windows.Application)
    Public MethodOverloaded.   
    Public MethodSearches for the specified resource. (Inherited from System.Windows.Application)
    Top
    Protected Methods
     NameDescription
    Protected Internal Method This is for Esri internal use only. (Inherited from ArcGIS.Desktop.Framework.FrameworkApplication)
    Protected Internal Method This is for Esri internal use only. (Inherited from ArcGIS.Desktop.Framework.FrameworkApplication)
    Protected Method  
    Protected Method  
    Protected MethodRaises the System.Windows.Application.Activated event. (Inherited from System.Windows.Application)
    Protected MethodRaises the System.Windows.Application.Deactivated event. (Inherited from System.Windows.Application)
    Protected MethodRaises the System.Windows.Application.FragmentNavigation event. (Inherited from System.Windows.Application)
    Protected MethodRaises the System.Windows.Application.LoadCompleted event. (Inherited from System.Windows.Application)
    Protected MethodRaises the System.Windows.Application.Navigated event. (Inherited from System.Windows.Application)
    Protected MethodRaises the System.Windows.Application.Navigating event. (Inherited from System.Windows.Application)
    Protected MethodRaises the System.Windows.Application.NavigationFailed event. (Inherited from System.Windows.Application)
    Protected MethodRaises the System.Windows.Application.NavigationProgress event. (Inherited from System.Windows.Application)
    Protected MethodRaises the System.Windows.Application.NavigationStopped event. (Inherited from System.Windows.Application)
    Protected MethodRaises the System.Windows.Application.SessionEnding event. (Inherited from System.Windows.Application)
    Protected Method  
    Protected Method  
    Top
    Public Events
     NameDescription
    Public EventOccurs when an application becomes the foreground application. (Inherited from System.Windows.Application)
    Public EventOccurs when an application stops being the foreground application. (Inherited from System.Windows.Application)
    Public EventOccurs when an exception is thrown by an application but not handled. (Inherited from System.Windows.Application)
    Public EventOccurs just before an application shuts down, and cannot be canceled. (Inherited from System.Windows.Application)
    Public EventOccurs when a navigator in the application begins navigation to a content fragment, Navigation occurs immediately if the desired fragment is in the current content, or after the source XAML content has been loaded if the desired fragment is in different content. (Inherited from System.Windows.Application)
    Public EventOccurs when content that was navigated to by a navigator in the application has been loaded, parsed, and has begun rendering. (Inherited from System.Windows.Application)
    Public EventOccurs when the content that is being navigated to by a navigator in the application has been found, although it may not have completed loading. (Inherited from System.Windows.Application)
    Public EventOccurs when a new navigation is requested by a navigator in the application. (Inherited from System.Windows.Application)
    Public EventOccurs when an error occurs while a navigator in the application is navigating to the requested content. (Inherited from System.Windows.Application)
    Public EventOccurs periodically during a download that is being managed by a navigator in the application to provide navigation progress information. (Inherited from System.Windows.Application)
    Public EventOccurs when the StopLoading method of a navigator in the application is called, or when a new navigation is requested by a navigator while a current navigation is in progress. (Inherited from System.Windows.Application)
    Public EventOccurs when the user ends the Windows session by logging off or shutting down the operating system. (Inherited from System.Windows.Application)
    Public EventOccurs when the System.Windows.Application.Run method of the System.Windows.Application object is called. (Inherited from System.Windows.Application)
    Top
    See Also