Package
Last updated
Last updated
Namespace: XPlat.ApplicationModel
Provides information about a package.
Platform
Version
Xamarin.Android
9.0
Xamarin.iOS
1.0
UWP
10.0.16299
Use the property to get the package for the current app.
bundle (Foundation.NSBundle)
The iOS NSBundle reference to retrieve relevant information from.
package (Windows.ApplicationModel.Package)
The Windows Package reference to retrieve relevant information from.
Gets the package for the current app.
Gets the package identity of the current package.
Gets the location of the installed package.
Gets the packages on which the current package depends.
Gets the display name of the package.
Gets the logo of the package.
Indicates whether the package is installed in development mode.
Gets the date on which the application package was installed or last updated.
Gets the original Android PackageInfo reference object.
Gets the original iOS NSBundle reference object.
Gets the original Windows Package reference object.