简体   繁体   English

Silverlight在本地存储数据

[英]Silverlight Store Data Locally

I'm using silverlight 3. I'd like to know if silverlight is capable of storing libraries, graphics and other objects on the local machine? 我正在使用silverlight3。我想知道silverlight是否能够在本地计算机上存储库,图形和其他对象?

For example. 例如。 I have a LUA script, some textures, new libraries that the application will call to and also parses the LUA script. 我有一个LUA脚本,一些纹理,应用程序将要调用的新库,并且还解析了LUA脚本。 Is it possible for me to just re-compile the main silverlight Application and upload that alone, so when the client reloads the app, the stored dll, scripts and tectures are not re-downloaded. 我是否可以仅重新编译主要的Silverlight应用程序并单独上传它,这样当客户端重新加载该应用程序时,不会重新下载存储的dll,脚本和教程。

Not exactly. 不完全是。 You can use the browser cache to keep bits and pieces locally, though (eg, multiple xap files as resources- look here for a starting point). 但是,您可以使用浏览器缓存将位和片段保存在本地(例如,多个xap文件作为资源,请在此处查找起点)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM