|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Inheritance diagram for System.IO.Stream.ReadWriteTask:
Collaboration diagram for System.IO.Stream.ReadWriteTask:Public Member Functions | |
| ReadWriteTask (bool isRead, bool apm, global::System.Func< object, int > function, object state, Stream stream, byte[] buffer, int offset, int count, global::System.AsyncCallback callback) | |
Package Functions | |
| void | ClearBeginState () |
Package Attributes | |
| readonly bool | _isRead |
| readonly bool | _apm |
| Stream | _stream |
| byte[] | _buffer |
| readonly int | _offset |
| readonly int | _count |
Properties | |
| bool System.Threading.Tasks.ITaskCompletionAction. | InvokeMayRunArbitraryCode [get, set] |
Private Member Functions | |
| void System.Threading.Tasks.ITaskCompletionAction. | Invoke (global::System.Threading.Tasks.Task completingTask) |
Static Private Member Functions | |
| static void | InvokeAsyncCallback (object completedTask) |
Private Attributes | |
| global::System.AsyncCallback | _callback |
| global::System.Threading.ExecutionContext | _context |
Static Private Attributes | |
| static global::System.Threading.ContextCallback | s_invokeAsyncCallback |