Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Threading._IOCompletionCallback Class Reference

Package Functions

 _IOCompletionCallback (IOCompletionCallback ioCompletionCallback, ExecutionContext executionContext)
 

Static Package Functions

static unsafe void IOCompletionCallback_Context (object state)
 
static unsafe void PerformIOCompletionCallback (uint errorCode, uint numBytes, NativeOverlapped *pNativeOverlapped)
 

Static Package Attributes

static ContextCallback _ccb = IOCompletionCallback_Context
 

Private Attributes

readonly IOCompletionCallback _ioCompletionCallback
 
readonly ExecutionContext _executionContext
 
uint _errorCode
 
uint _numBytes
 
unsafe NativeOverlapped_pNativeOverlapped
 

Detailed Description

Definition at line 3 of file _IOCompletionCallback.cs.


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