mirror of
https://github.com/modernw/App-Installer-For-Windows-8.x-Reset.git
synced 2026-04-22 19:10:23 +10:00
Update reader.
This commit is contained in:
@@ -1240,6 +1240,8 @@ namespace AppxPackage
|
||||
};
|
||||
}
|
||||
}
|
||||
[ComVisible (true)]
|
||||
[ClassInterface (ClassInterfaceType.AutoDual)]
|
||||
public class PRPrerequisites: BaseInfoSection, IPrerequisites
|
||||
{
|
||||
public PRPrerequisites (ref IntPtr hReader) : base (ref hReader) { }
|
||||
@@ -1487,7 +1489,7 @@ namespace AppxPackage
|
||||
}
|
||||
public static bool AddApplicationItem (string itemName) => PackageReadHelper.AddPackageApplicationItemGetName (itemName);
|
||||
public static bool RemoveApplicationItem (string itemName) => PackageReadHelper.RemovePackageApplicationItemGetName (itemName);
|
||||
public static string [] GetApplicationItem () => PackageReadHelper.GetApplicationItemNames ();
|
||||
public static string [] GetApplicationItems () => PackageReadHelper.GetApplicationItemNames ();
|
||||
public static void UpdateApplicationItems (IEnumerable<string> items) => PackageReadHelper.SetApplicationItemNames (items);
|
||||
public string BuildJsonForUse ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user