IPackage
Namespace: XPlat.ApplicationModel
Provides information about a package.
public interface IPackage
Supported platforms
Platform
Version
.NET Standard
2.0
Xamarin.Android
9.0
Xamarin.iOS
1.0
UWP
10.0.16299
Properties
Id
Gets the package identity of the current package.
IPackageId Id { get; }
InstalledLocation
Gets the location of the installed package.
IStorageFolder InstalledLocation { get; }
Dependencies
Gets the packages on which the current package depends.
IReadOnlyList<IPackage> Dependencies { get; }
Related information
References
Last updated