Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.IO.IsolatedStorage.IsolatedStorage Class Referenceabstract

Public Member Functions

virtual bool IncreaseQuotaTo (long newQuotaSize)
 
void Remove ()
 
object GetLifetimeService ()
 
virtual object InitializeLifetimeService ()
 

Protected Member Functions

void InitStore (IsolatedStorageScope scope, Type appEvidenceType)
 
void InitStore (IsolatedStorageScope scope, Type? domainEvidenceType, Type? assemblyEvidenceType)
 
MarshalByRefObject MemberwiseClone (bool cloneIdentity)
 

Properties

object ApplicationIdentity [get]
 
object AssemblyIdentity [get]
 
object DomainIdentity [get]
 
virtual ulong CurrentSize [get]
 
virtual long UsedSize [get]
 
virtual long AvailableFreeSpace [get]
 
virtual ulong MaximumSize [get]
 
virtual long Quota [get]
 
IsolatedStorageScope Scope [get, private set]
 
virtual char SeparatorExternal [get]
 
virtual char SeparatorInternal [get]
 
stringIdentityHash [get, private set]
 

Static Private Member Functions

static void VerifyScope (IsolatedStorageScope scope)
 

Private Attributes

ulong _quota
 
bool _validQuota
 
object _applicationIdentity
 
object _assemblyIdentity
 
object _domainIdentity
 

Detailed Description

Definition at line 5 of file IsolatedStorage.cs.


The documentation for this class was generated from the following file: