Overlapped Properties
.NET Framework 4.5
The Overlapped type exposes the following members.
| Name | Description | |
|---|---|---|
|
AsyncResult | Gets or sets the object that provides status information on the I/O operation. |
|
EventHandle | Obsolete. Gets or sets the 32-bit integer handle to a synchronization event that is signaled when the I/O operation is complete. |
|
EventHandleIntPtr | Gets or sets the handle to the synchronization event that is signaled when the I/O operation is complete. |
|
OffsetHigh | 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 | 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. |