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

Public Member Functions

 Overlapped ()
 
 Overlapped (int offsetLo, int offsetHi, IntPtr hEvent, IAsyncResult? ar)
 
 Overlapped (int offsetLo, int offsetHi, int hEvent, IAsyncResult? ar)
 
unsafe NativeOverlappedPack (IOCompletionCallback? iocb)
 
unsafe NativeOverlappedPack (IOCompletionCallback? iocb, object? userData)
 
unsafe NativeOverlappedUnsafePack (IOCompletionCallback? iocb)
 
unsafe NativeOverlappedUnsafePack (IOCompletionCallback? iocb, object? userData)
 

Static Public Member Functions

static unsafe Overlapped Unpack (NativeOverlapped *nativeOverlappedPtr)
 
static unsafe void Free (NativeOverlapped *nativeOverlappedPtr)
 

Package Functions

bool IsUserObject (byte[] buffer)
 

Properties

IAsyncResultAsyncResult [get, set]
 
int OffsetLow [get, set]
 
int OffsetHigh [get, set]
 
int EventHandle [get, set]
 
IntPtr EventHandleIntPtr [get, set]
 

Private Attributes

OverlappedData _overlappedData
 

Detailed Description

Definition at line 3 of file Overlapped.cs.


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