The properties of System.Threading.Overlapped are listed below. For a list of all members, see the Overlapped Members list.
See Also: Inherited members from System.Object
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. |