Update about Manager.

This commit is contained in:
Bruce
2026-02-06 18:12:21 +08:00
parent d91948eaff
commit d85fbb8de8
52 changed files with 4949 additions and 50 deletions
+1
View File
@@ -857,6 +857,7 @@ namespace AppxPackage
private bool m_usePRI = false;
private bool m_enablePRI = false;
private PriReader m_pri = null;
public PriReader PriFile => m_pri;
public IntPtr Instance => m_hReader;
public string FileRoot{ get { return Path.GetDirectoryName (m_filePath); } }
private void InitPri ()