The properties of System.IO.IsolatedStorage.IsolatedStorage are listed below. For a list of all members, see the IsolatedStorage Members list.
See Also: Inherited members from System.MarshalByRefObject
[read-only] | ApplicationIdentity | object.
Gets an application identity that scopes isolated storage. |
[read-only] | AssemblyIdentity | object.
Gets an assembly identity used to scope isolated storage. |
[read-only] | AvailableFreeSpace | long.
When overridden in a derived class, gets the available free space for isolated storage, in bytes. |
[read-only] | CurrentSize | ulong.
Gets a value representing the current size of isolated storage. |
[read-only] | DomainIdentity | object.
Gets a domain identity that scopes isolated storage. |
[read-only] | MaximumSize | ulong.
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. |
[read-only] | Quota | long.
When overridden in a derived class, gets a value that represents the maximum amount of space available for isolated storage. |
[read-only] | Scope | System.IO.IsolatedStorage.IsolatedStorageScope.
Gets an System.IO.IsolatedStorage.IsolatedStorageScope enumeration value specifying the scope used to isolate the store. |
[read-only] | UsedSize | long.
When overridden in a derived class, gets a value that represents the amount of the space used for isolated storage. |
[read-only] | SeparatorExternal | char.
Gets a backslash character that can be used in a directory string. When overridden in a derived class, another character might be returned. |
[read-only] | SeparatorInternal | char.
Gets a period character that can be used in a directory string. When overridden in a derived class, another character might be returned. |