如何检查的Windows 10移动仿真的独立存储? [英] How to check Isolated Storage of Windows 10 mobile emulator?

查看:86
本文介绍了如何检查的Windows 10移动仿真的独立存储?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我目前的工作在Windows 10和我的要求是要检查的Windows 10移动仿真的独立存储。随着Windows Phone 8 / 8.1,其可以使用IsolatedExplorerTool,我们可以使用使用命令提示符。任何人都可以提出,我怎么能实现适用于Windows 10模拟器一样吗?

I am currently working on Windows 10 and my requirement is to check isolated storage of Windows 10 Mobile emulator. With Windows Phone 8/8.1, its possible using IsolatedExplorerTool which we can use using Command Prompt. Can anyone suggest, how I can achieve the same for Windows 10 Emulator ?

推荐答案

有关WP8.1的IsolatedStorageExplorer工具(ISE)的工作只是W10m应用罚款(你会发现它的 C:\Program文件(x86)\Microsoft SDKs\Windows Phone\v8.1\Tools\IsolatedStorageExplorerTool 的)

The IsolatedStorageExplorer tool (ISE) for WP8.1 works just fine with W10m apps (you will find it at C:\Program Files (x86)\Microsoft SDKs\Windows Phone\v8.1\Tools\IsolatedStorageExplorerTool).

您大概知道如何使用它,但以防万一有人需要一些解释:

You probably know how to use it, but just in case someone needs some explanation:

您必须从命令提示符或PowerShell中运行它。你所知道的是你使用的是和你的应用程序的包名称而模拟器。首先是显而易见的,第二个你会在清单文件中找到:

You will have to run it from command prompt or powershell. All you have to know is which emulator you are using and your app's package name. The first is obvious, the second you will find in manifest file:

如果你想要得到的移动存储和应用程序的名称是不同的类型的GUID,你将不得不查看代码清单文件(右键 - >查看代码)并获得的 PhoneProductID

In case you want to get the storage of mobile and the name of the app is different type than GUID, you will have to view code for manifest file (right click -> view code) and get PhoneProductID.

然后,它是这样的:


  • 首先确保该仿真器的索引使用 - 运行:

  • first make sure which emulator index you use - run:

.\ISETool.exe EnumerateDevices

,你应该看到这样的事情:结果

and you should see something like this:

下载您的 IsolatedStorage 的从模拟器,使用该行:

to download your IsolatedStorage from emulator, use this line:

.\ISETool.exe ts deviceindex:4 95fbf894-0aee-4398-b2e3-0f8eed69357c C:\Data\

其中, C:\Data\ 是目标文件夹

上传数据使用类似的命令:

to upload your data use similar command:

.\ISETool.exe rs deviceindex:4 95fbf894-0aee-4398-b2e3-0f8eed69357c C:\Data\

现在 C:\Data\ 是源文件夹

键入<$。 C $ C> .\ISETool.exe 看到更多的帮助和实例。

Type .\ISETool.exe to see more help and examples.

这篇关于如何检查的Windows 10移动仿真的独立存储?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆