The properties of System.IO.IsolatedStorage.IsolatedStorageFile are listed below. For a list of all members, see the IsolatedStorageFile Members list.
See Also: Inherited members from System.IO.IsolatedStorage.IsolatedStorage
[read-only] override | AvailableFreeSpace | long.
![]() Gets a value that represents the amount of free space available for isolated storage. |
[read-only] override | CurrentSize | ulong.
![]() Gets the current size of the isolated storage. |
[read-only] static | IsEnabled | bool.
![]() Gets a value that indicates whether isolated storage is enabled. |
[read-only] override | MaximumSize | ulong.
![]() Gets a value representing the maximum amount of space available for isolated storage within the limits established by the quota. |
[read-only] override | Quota | long.
![]() Gets a value that represents the maximum amount of space available for isolated storage. |
[read-only] override | UsedSize | long.
![]() Gets a value that represents the amount of the space used for isolated storage. |