Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
DomainIdentity
object System.IO.IsolatedStorage.IsolatedStorage.DomainIdentity
get
inherited
Definition at line
41
of file
IsolatedStorage.cs
.
42
{
43
get
44
{
45
if
(Helper.IsDomain(
Scope
))
46
{
47
return
_domainIdentity
;
48
}
49
throw
new
InvalidOperationException
(
System
.
SR
.
IsolatedStorage_AssemblyUndefined
);
50
}
51
}
System.IO.IsolatedStorage.IsolatedStorage.Scope
IsolatedStorageScope Scope
Definition
IsolatedStorage.cs:105
System.IO.IsolatedStorage.IsolatedStorage._domainIdentity
object _domainIdentity
Definition
IsolatedStorage.cs:15
System.SR.IsolatedStorage_AssemblyUndefined
static string IsolatedStorage_AssemblyUndefined
Definition
SR.cs:44
System.SR
Definition
SR.cs:7
System.Transactions.TransactionExceptionType.InvalidOperationException
@ InvalidOperationException
System
Definition
BlockingCollection.cs:8
System
IO
IsolatedStorage
IsolatedStorageFile
Generated by
1.10.0