|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| Overlapped () | |
| Overlapped (int offsetLo, int offsetHi, IntPtr hEvent, IAsyncResult? ar) | |
| Overlapped (int offsetLo, int offsetHi, int hEvent, IAsyncResult? ar) | |
| unsafe NativeOverlapped * | Pack (IOCompletionCallback? iocb) |
| unsafe NativeOverlapped * | Pack (IOCompletionCallback? iocb, object? userData) |
| unsafe NativeOverlapped * | UnsafePack (IOCompletionCallback? iocb) |
| unsafe NativeOverlapped * | UnsafePack (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 | |
| IAsyncResult? | AsyncResult [get, set] |
| int | OffsetLow [get, set] |
| int | OffsetHigh [get, set] |
| int | EventHandle [get, set] |
| IntPtr | EventHandleIntPtr [get, set] |
Private Attributes | |
| OverlappedData | _overlappedData |
Definition at line 3 of file Overlapped.cs.