Terraria v1.4.4.9
Terraria source code documentation
|
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] |
string? | IdentityHash [get, private set] |
Static Private Member Functions | |
static void | VerifyScope (IsolatedStorageScope scope) |
Private Attributes | |
ulong | _quota |
bool | _validQuota |
object | _applicationIdentity |
object | _assemblyIdentity |
object | _domainIdentity |
Definition at line 5 of file IsolatedStorage.cs.