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

◆ RawErrno

int Interop.ErrorInfo.RawErrno
getpackage

Definition at line 284 of file Interop.cs.

285 {
286 get
287 {
288 int rawErrno = this._rawErrno;
289 int num;
290 this._rawErrno = num;
291 return num;
292 }
293 }
class f__AnonymousType0<< Count > j__TPar

Referenced by Interop.ErrorInfo.GetErrorMessage(), and Interop.ErrorInfo.ToString().