<PackageReference Include="NETStandard.Library" Version="2.0.0" />

System.IO.IsolatedStorage.IsolatedStorage

public abstract class IsolatedStorage : MarshalByRefObject
namespace System.IO.IsolatedStorage { public abstract class IsolatedStorage : MarshalByRefObject { public object ApplicationIdentity { get; } public object AssemblyIdentity { get; } public virtual long AvailableFreeSpace { get; } public virtual ulong CurrentSize { get; } public object DomainIdentity { get; } public virtual ulong MaximumSize { get; } public virtual long Quota { get; } public IsolatedStorageScope Scope { get; } protected virtual char SeparatorExternal { get; } protected virtual char SeparatorInternal { get; } public virtual long UsedSize { get; } public virtual bool IncreaseQuotaTo(long newQuotaSize); protected void InitStore(IsolatedStorageScope scope, Type appEvidenceType); protected void InitStore(IsolatedStorageScope scope, Type domainEvidenceType, Type assemblyEvidenceType); public abstract void Remove(); } }