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
)
inline
static
package
Definition at line
122
of file
MonoIO.cs
.
123
{
124
if
(safeHandle ==
null
)
125
{
126
return
false
;
127
}
128
throw
new
OutOfMemoryException
();
129
}
System.OutOfMemoryException
Definition
OutOfMemoryException.cs:9
System
IO
MonoIO
Generated by
1.10.0