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

◆ Cancel()

static bool System.IO.MonoIO.Cancel ( SafeHandle safeHandle,
[Out] MonoIOError error )
inlinestaticpackage

Definition at line 122 of file MonoIO.cs.

123 {
124 if (safeHandle == null)
125 {
126 return false;
127 }
128 throw new OutOfMemoryException();
129 }