IsolatedStorageFile Properties
.NET Framework 4.5
The IsolatedStorageFile type exposes the following members.
| Name | Description | |
|---|---|---|
|
ApplicationIdentity | Gets an application identity that scopes isolated storage. (Inherited from IsolatedStorage.) |
|
AssemblyIdentity | Gets an assembly identity used to scope isolated storage. (Inherited from IsolatedStorage.) |
|
AvailableFreeSpace | Gets a value that represents the amount of free space available for isolated storage. (Overrides IsolatedStorage.AvailableFreeSpace.) |
|
CurrentSize | Obsolete. Gets the current size of the isolated storage. (Overrides IsolatedStorage.CurrentSize.) |
|
DomainIdentity | Gets a domain identity that scopes isolated storage. (Inherited from IsolatedStorage.) |
|
IsEnabled | Gets a value that indicates whether isolated storage is enabled. |
|
MaximumSize | Obsolete. Gets a value representing the maximum amount of space available for isolated storage within the limits established by the quota. (Overrides IsolatedStorage.MaximumSize.) |
|
Quota | Gets a value that represents the maximum amount of space available for isolated storage. (Overrides IsolatedStorage.Quota.) |
|
Scope | Gets an IsolatedStorageScope enumeration value specifying the scope used to isolate the store. (Inherited from IsolatedStorage.) |
|
UsedSize | Gets a value that represents the amount of the space used for isolated storage. (Overrides IsolatedStorage.UsedSize.) |