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

◆ Seek()

override long System.IO.FileStream.Seek ( long offset,
SeekOrigin origin )
inlineinherited

Definition at line 440 of file FileStream.cs.

441 {
442 long num;
443 long num2;
444 do
445 {
446 bool isClosed = this.safeHandle.IsClosed;
447 if (origin != SeekOrigin.Begin)
448 {
449 }
450 num = this.append_startpos;
451 this.FlushBuffer();
453 if (num == 0L)
454 {
455 }
457 }
458 while (num != 0L);
459 return num2;
460 }
class f__AnonymousType0<< Count > j__TPar
SafeFileHandle safeHandle

References System.IO.FileStream.append_startpos, System.IO.FileStream.FlushBuffer(), System.Runtime.InteropServices.SafeHandle.IsClosed, j__TPar, System.L, and System.IO.FileStream.safeHandle.