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

◆ WinIOError()

static void System.IO.__Error.WinIOError ( int errorCode,
string maybeFullPath )
inlinestaticpackage

Definition at line 90 of file __Error.cs.

91 {
92 string text;
93 if (text._stringLength == 0)
94 {
95 string resourceString = Environment.GetResourceString("Could not find a part of the path.");
96 return;
97 }
99 }
class f__AnonymousType0<< Count > j__TPar
static string GetResourceString(string key)

References System.Environment.GetResourceString(), j__TPar, and System.text.

Referenced by System.Threading.EventWaitHandle.EventWaitHandle().