Windows.ApplicationModel.Core Namespace

Provides key application-level functionality for apps.

Classes

AppListEntry

Provides an app's display info such as its display name and description, and a method to launch the app.

CoreApplication

Enables apps to handle state changes, manage windows, and integrate with a variety of UI frameworks.

CoreApplicationView

Represents an app window and its thread.

CoreApplicationViewTitleBar

Enables an app to define a custom title bar that displays in the app's window.

HostedViewClosingEventArgs

Provides a Deferral you can call when the HostedViewClosing event fires to defer the tear down of the hosted view.

UnhandledError

Represents the error data for a system error as reported by an UnhandledErrorDetected event.

UnhandledErrorDetectedEventArgs

Provides UnhandledError event data for UnhandledErrorDetected events.

Interfaces

ICoreApplicationUnhandledError

Adds an error handling event for global error handling from the system that app models can use.

IFrameworkView

Represents an app view provider.

IFrameworkViewSource

Defines a factory for view provider objects.

Enums

AppRestartFailureReason

Describes the reasons why an app could fail a request to restart.

See also