The members of System.Threading.Overlapped are listed below.
See Also: Inherited members from System.Object
Initializes a new, empty instance of the System.Threading.Overlapped class. | ||
Initializes a new instance of the System.Threading.Overlapped class with the specified file position, the 32-bit integer handle to an event that is signaled when the I/O operation is complete, and an interface through which to return the results of the operation. | ||
Initializes a new instance of the System.Threading.Overlapped class with the specified file position, the handle to an event that is signaled when the I/O operation is complete, and an interface through which to return the results of the operation. |
AsyncResult | IAsyncResult.
Gets or sets the object that provides status information on the I/O operation. | |
EventHandle | int.
Gets or sets the 32-bit integer handle to a synchronization event that is signaled when the I/O operation is complete. | |
EventHandleIntPtr | IntPtr.
Gets or sets the handle to the synchronization event that is signaled when the I/O operation is complete. | |
OffsetHigh | int.
Gets or sets the high-order word of the file position at which to start the transfer. The file position is a byte offset from the start of the file. | |
OffsetLow | int.
Gets or sets the low-order word of the file position at which to start the transfer. The file position is a byte offset from the start of the file. |
static | Free(NativeOverlapped*)
| |
Pack(IOCompletionCallback)
| ||
Pack(IOCompletionCallback, object)
| ||
static | Unpack(NativeOverlapped*)
| |
UnsafePack(IOCompletionCallback)
| ||
UnsafePack(IOCompletionCallback, object)
|