System.Threading.Overlapped: Property Members

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

Public Properties

AsyncResultIAsyncResult.

Gets or sets the object that provides status information on the I/O operation.

EventHandleint.

Gets or sets the 32-bit integer handle to a synchronization event that is signaled when the I/O operation is complete.

EventHandleIntPtrIntPtr.

Gets or sets the handle to the synchronization event that is signaled when the I/O operation is complete.

OffsetHighint.

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.

OffsetLowint.

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.