CoreApplication Members

CoreApplication has the following members.

Public Properties

  Name Description
  DisableKinectGpuReservation Disables or enables the NUI system GPU reserve.
  Id Gets the package-relative app identifier (PRAID) for the process.
  MainView Gets the main CoreApplicationView instance for all running apps that use this CoreApplication instance.
  Properties Gets a property set that the app and UI frameworks can use to store info while the process is running.
  ResourceAvailability Indicates whether a title is in constrained mode.

Public Methods

  Name Description
  Exit Shuts down the app.
  GetCurrentView Gets the active view for the app.
  Restart Overloaded. Restarts the application.
  RestartApplicationOnly Restarts the application without restarting the virtual machine the application is running in.
  Run Runs an external view provider factory to obtain a view provider.

Public Events

  Name Description
  Exiting Occurs when the app is shutting down.
  ResourceAvailabilityChanged Occurs when the resources available to an app changes.
  Resuming Occurs when an app is resuming.
  Suspending Occurs when the app is suspending.

See also

Reference

CoreApplication Class

Windows.ApplicationModel.Core Namespace