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

◆ Read() [1/2]

override int System.IO.FileStream.Read ( [Out] byte[] array,
int offset,
int count )
inline

Definition at line 315 of file FileStream.cs.

316 {
317 bool isClosed = this.safeHandle.IsClosed;
318 if (array != null)
319 {
320 if (this.async)
321 {
322 }
323 return this.ReadInternal(array, offset, count);
324 }
325 return "offset";
326 }
class f__AnonymousType0<< Count > j__TPar
int ReadInternal(byte[] dest, int offset, int count)
SafeFileHandle safeHandle

References System.IO.FileStream.async, System.count, System.Runtime.InteropServices.SafeHandle.IsClosed, j__TPar, System.offset, System.IO.FileStream.ReadInternal(), and System.IO.FileStream.safeHandle.