Package query API
Learn about the package query API, which you can use to get info about the app packages installed on the system. Each app package contains the files that constitute a Windows Store app, and a manifest file that describes the software to Windows.
Important You can't use this API in a Windows Store app. If you're creating a Windows Store app, use Windows.ApplicationModel.Package and Windows.ApplicationModel.PackageId.
In this section
| Topic | Description |
|---|---|
|
Closes a reference to the specified package information. | |
|
Gets the application user model ID for the specified process. | |
|
Gets the application user model ID for the current process. | |
|
Gets the package family name for the calling process. | |
|
Gets the package full name for the calling process. | |
|
Gets the package identifier (ID) for the calling process. | |
|
Gets the package information for the calling process. | |
|
Gets the package path for the calling process. | |
|
Gets the package family name for the specified process. | |
|
Gets the package full name for the specified process. | |
|
Gets the package identifier (ID) for the specified process. | |
|
Gets the package information for the specified package. | |
|
Gets the path for the specified package. | |
|
Gets the packages with the specified family name for the current user. | |
|
Opens the package information of the specified package. | |
|
Gets the package family name for the specified package full name. | |
|
Gets the package family name for the specified package identifier. | |
|
Gets the package full name for the specified package identifier (ID). | |
|
Gets the package identifier (ID) for the specified package full name. | |
|
Gets the package name and publisher identifier (ID) for the specified package family name. | |
|
Specifies the length of the strings for the package's identity fields. | |
|
Specifies how packages are to be processed. | |
|
Represents package identification information, such as name, version, and publisher. | |
|
Represents package identification information that includes the package identifier, full name, and install location. | |
|
Represents the package version information. |
Related topics
- Concepts
- App packages and deployment
- Glossary
- Reference
- App package manifest schema
- Packaging API
- Package deployment API
Send comments about this topic to Microsoft
Build date: 11/15/2012