IsolatedStorage::AvailableFreeSpace Property
.NET Framework (current version)
When overridden in a derived class, gets the available free space for isolated storage, in bytes.
Assembly: mscorlib (in mscorlib.dll)
public: [ComVisibleAttribute(false)] property long long AvailableFreeSpace { virtual long long get(); }
| Exception | Condition |
|---|---|
| InvalidOperationException | An operation was performed that requires access to AvailableFreeSpace, but that property is not defined for this store. Stores that are obtained by using enumerations do not have a well-defined AvailableFreeSpace property, because partial evidence is used to open the store. |
The IsolatedStorageFile::AvailableFreeSpace property overrides this property.
.NET Framework
Available since 4.0
Available since 4.0
Show: