|
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.SynchronousAsyncResult:
Collaboration diagram for System.IO.Stream.SynchronousAsyncResult:Package Functions | |
| SynchronousAsyncResult (int bytesRead, object asyncStateObject) | |
| SynchronousAsyncResult (object asyncStateObject) | |
| SynchronousAsyncResult (global::System.Exception ex, object asyncStateObject, bool isWrite) | |
| void | ThrowIfError () |
Static Package Functions | |
| static int | EndRead (global::System.IAsyncResult asyncResult) |
| static void | EndWrite (global::System.IAsyncResult asyncResult) |
Properties | |
| bool | IsCompleted [get, set] |
| global::System.Threading.WaitHandle | AsyncWaitHandle [get, set] |
| object | AsyncState [get, set] |
| bool | CompletedSynchronously [get, set] |
Private Attributes | |
| readonly object | _stateObject |
| readonly bool | _isWrite |
| global::System.Threading.ManualResetEvent | _waitHandle |
| global::System.Runtime.ExceptionServices.ExceptionDispatchInfo | _exceptionInfo |
| bool | _endXxxCalled |
| int | _bytesRead |