IsolatedStorage
IsolatedStorage
IsolatedStorage
IsolatedStorage
Class
Definition
Represents the abstract base class from which all isolated storage implementations must derive.
public ref class IsolatedStorage abstract : MarshalByRefObject
[System.Runtime.InteropServices.ComVisible(true)]
public abstract class IsolatedStorage : MarshalByRefObject
type IsolatedStorage = class
inherit MarshalByRefObject
Public MustInherit Class IsolatedStorage
Inherits MarshalByRefObject
- Inheritance
-
IsolatedStorageIsolatedStorageIsolatedStorageIsolatedStorage
- Attributes
Remarks
Important
Calling methods from this class with untrusted data is a security risk. Call the methods from this class only with trusted data. For more information, see Data Validation.
For information about file-based isolated storage, see the IsolatedStorageFile class.
Important
Isolated storage is not available for Windows 8.x Store apps. Instead, use the application data classes in the Windows.Storage
namespaces included in the Windows Runtime API to store local data and files. For more information, see Application data in the Windows Dev Center.
Constructors
IsolatedStorage() IsolatedStorage() IsolatedStorage() IsolatedStorage() |
Initializes a new instance of the IsolatedStorage class. |
Properties
ApplicationIdentity ApplicationIdentity ApplicationIdentity ApplicationIdentity |
Gets an application identity that scopes isolated storage. |
AssemblyIdentity AssemblyIdentity AssemblyIdentity AssemblyIdentity |
Gets an assembly identity used to scope isolated storage. |
AvailableFreeSpace AvailableFreeSpace AvailableFreeSpace AvailableFreeSpace |
When overridden in a derived class, gets the available free space for isolated storage, in bytes. |
CurrentSize CurrentSize CurrentSize CurrentSize |
Gets a value representing the current size of isolated storage. |
DomainIdentity DomainIdentity DomainIdentity DomainIdentity |
Gets a domain identity that scopes isolated storage. |
MaximumSize MaximumSize MaximumSize MaximumSize |
Gets a value representing the maximum amount of space available for isolated storage. When overridden in a derived class, this value can take different units of measure. |
Quota Quota Quota Quota |
When overridden in a derived class, gets a value that represents the maximum amount of space available for isolated storage. |
Scope Scope Scope Scope |
Gets an IsolatedStorageScope enumeration value specifying the scope used to isolate the store. |
SeparatorExternal SeparatorExternal SeparatorExternal SeparatorExternal |
Gets a backslash character that can be used in a directory string. When overridden in a derived class, another character might be returned. |
SeparatorInternal SeparatorInternal SeparatorInternal SeparatorInternal |
Gets a period character that can be used in a directory string. When overridden in a derived class, another character might be returned. |
UsedSize UsedSize UsedSize UsedSize |
When overridden in a derived class, gets a value that represents the amount of the space used for isolated storage. |
Methods
Applies to
See also
Feedback
We'd love to hear your thoughts. Choose the type you'd like to provide:
Our feedback system is built on GitHub Issues. Read more on our blog.
Loading feedback...