System.IO.IsolatedStorage.IsolatedStorage.CurrentSize Property

Gets a value representing the current size of isolated storage.

Syntax

[System.CLSCompliant(false)]
[System.Obsolete]
public virtual ulong CurrentSize { get; }

Value

Documentation for this section has not yet been entered.

Remarks

This property represents the total usage of all storage resources within the isolated storage scope. IsolatedStorageFile.CurrentSize implements this property. In the case of System.IO.IsolatedStorage.IsolatedStorageFile objects, this value is in bytes. In the case of implementations of other storage objects, such as a database, this value might be in other units of storage.

Requirements

Namespace: System.IO.IsolatedStorage
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0