IAppxBundleFactory interface
Creates objects for reading and writing bundle packages.
Members
The IAppxBundleFactory interface inherits from the IUnknown interface. IAppxBundleFactory also has these types of members:
Methods
The IAppxBundleFactory interface has these methods.
| Method | Description |
|---|---|
| CreateBundleManifestReader |
Creates a read-only bundle manifest object from a standalone stream to AppxBundleManifest.xml. |
| CreateBundleReader |
Creates a read-only bundle object that reads its contents from an IStream object. |
| CreateBundleWriter |
Creates a write-only bundle object to which app packages can be added. |
Remarks
The IAppxBundleFactory interface provides factory methods to create readers and writers of bundle packages as well as methods to create readers for manifests outside of a bundle.
The IAppxBundleFactory interface is the main entry point to the Appx Bundle APIs.
Requirements
|
Minimum supported client |
Windows 8.1 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 R2 [desktop apps only] |
|
Header |
|
|
IDL |
|
|
IID |
IID_IAppxBundleFactory is defined as BBA65864-965F-4A5F-855F-F074BDBF3A7B |