terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ Load()

bool Mono.Security.Cryptography.KeyPairPersistence.Load ( )
inline

Definition at line 87 of file KeyPairPersistence.cs.

88 {
89 bool flag = File.Exists(this.Filename);
91 long num = 0L;
92 if (streamReader != null)
93 {
94 }
95 if (num == 0L)
96 {
97 }
98 throw new OutOfMemoryException();
99 }
class f__AnonymousType0<< Count > j__TPar
static StreamReader OpenText(string path)
Definition File.cs:10
static bool Exists(string path)
Definition File.cs:86

References System.IO.File.Exists(), Mono.Security.Cryptography.KeyPairPersistence.Filename, j__TPar, System.L, and System.IO.File.OpenText().