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
System.IO.Stream.SynchronousAsyncResult Class Referencesealed
+ Inheritance diagram for System.IO.Stream.SynchronousAsyncResult:

Package Functions

 SynchronousAsyncResult (int bytesRead, object asyncStateObject)
 
 SynchronousAsyncResult (object asyncStateObject)
 
 SynchronousAsyncResult (Exception ex, object asyncStateObject, bool isWrite)
 
void ThrowIfError ()
 

Static Package Functions

static int EndRead (IAsyncResult asyncResult)
 
static void EndWrite (IAsyncResult asyncResult)
 

Properties

bool IsCompleted [get]
 
WaitHandle AsyncWaitHandle [get]
 
object AsyncState [get]
 
bool CompletedSynchronously [get]
 

Private Attributes

readonly object _stateObject
 
readonly bool _isWrite
 
ManualResetEvent _waitHandle
 
ExceptionDispatchInfo _exceptionInfo
 
bool _endXxxCalled
 
int _bytesRead
 

Detailed Description

Definition at line 917 of file Stream.cs.


The documentation for this class was generated from the following file: