|
terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Inheritance diagram for System.IO.FileStreamAsyncResult:Public Member Functions | |
| FileStreamAsyncResult (AsyncCallback cb, object state) | |
Public Attributes | |
| int | Count |
| int | OriginalCount |
| int | BytesRead |
Properties | |
| object | AsyncState [get] |
| bool | CompletedSynchronously [get] |
| WaitHandle | AsyncWaitHandle [get] |
| bool | IsCompleted [get] |
Static Private Member Functions | |
| static void | CBWrapper (IAsyncResult ares) |
Private Attributes | |
| object | state |
| bool | completed |
| ManualResetEvent | wh |
| AsyncCallback | cb |
| bool | completedSynch |
| AsyncCallback | realcb |
Definition at line 7 of file FileStreamAsyncResult.cs.