Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ CreateMutexNotOwned()

static Mutex System.IO.IsolatedStorage.Helper.CreateMutexNotOwned ( string pathName)
inlinestaticprivate

Definition at line 159 of file Helper.cs.

160 {
161 return new Mutex(initiallyOwned: false, "Global\\" + IdentityHelper.GetStrongHashSuitableForObjectName(pathName));
162 }

References System.Security.IdentityHelper.GetStrongHashSuitableForObjectName().

Referenced by System.IO.IsolatedStorage.Helper.GetRandomDirectory().