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

◆ BeginRead()

override IAsyncResult System.IO.FileStream.BeginRead ( byte[] array,
int offset,
int numBytes,
AsyncCallback userCallback,
object stateObject )
inlinevirtual

Reimplemented from System.IO.Stream.

Reimplemented in System.Net.FileWebStream.

Definition at line 342 of file FileStream.cs.

343 {
344 bool isClosed = this.safeHandle.IsClosed;
345 if (array == null)
346 {
347 return "numBytes";
348 }
349 if (this.async)
350 {
351 IAsyncResult asyncResult;
352 return asyncResult;
353 }
354 return base.BeginRead(array, offset, numBytes, userCallback, stateObject);
355 }
class f__AnonymousType0<< Count > j__TPar
SafeFileHandle safeHandle

References System.array, System.IO.FileStream.async, System.Runtime.InteropServices.SafeHandle.IsClosed, j__TPar, System.offset, and System.IO.FileStream.safeHandle.