System.IO.IsolatedStorage.IsolatedStorage: Property Members

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

Public Properties

[read-only]
ApplicationIdentityobject.

Gets an application identity that scopes isolated storage.

[read-only]
AssemblyIdentityobject.

Gets an assembly identity used to scope isolated storage.

[read-only]
AvailableFreeSpacelong.

When overridden in a derived class, gets the available free space for isolated storage, in bytes.

[read-only]
CurrentSizeulong.

Gets a value representing the current size of isolated storage.

[read-only]
DomainIdentityobject.

Gets a domain identity that scopes isolated storage.

[read-only]
MaximumSizeulong.

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]
Quotalong.

When overridden in a derived class, gets a value that represents the maximum amount of space available for isolated storage.

[read-only]
ScopeSystem.IO.IsolatedStorage.IsolatedStorageScope.

Gets an System.IO.IsolatedStorage.IsolatedStorageScope enumeration value specifying the scope used to isolate the store.

[read-only]
UsedSizelong.

When overridden in a derived class, gets a value that represents the amount of the space used for isolated storage.

Protected Properties

[read-only]
SeparatorExternalchar.

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]
SeparatorInternalchar.

Gets a period character that can be used in a directory string. When overridden in a derived class, another character might be returned.