草庐IT

isoStore

全部标签

c# - 如何知道WINDOWS操作系统为独立存储提供的存储空间?

如何知道Windows操作系统为隔离存储提供的存储空间?我可以通过任何方法知道吗|属性(property)|C#中的类? 最佳答案 您可以像这样确定隔离存储的可用空间:usingSystem;usingSystem.IO;usingSystem.IO.IsolatedStorage;publicclassCheckingSpace{publicstaticvoidMain(){//Getanisolatedstoreforthisassemblyandputitintoan//IsolatedStoreFileobject.Isol