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

◆ BlockingBeginRead()

IAsyncResult System.IO.Stream.BlockingBeginRead ( byte[] buffer,
int offset,
int count,
AsyncCallback callback,
object state )
inlinepackageinherited

Definition at line 517 of file Stream.cs.

518 {
519 if (callback != null)
520 {
521 IntPtr invoke_impl = callback.invoke_impl;
522 IntPtr method_code = callback.method_code;
523 IntPtr method = callback.method;
524 }
525 while (callback != null)
526 {
527 }
528 }
IntPtr method_code
Definition Delegate.cs:386
IntPtr invoke_impl
Definition Delegate.cs:371

References System.Delegate.invoke_impl, System.Delegate.method, and System.Delegate.method_code.