Overlapped Constructor
.NET Framework (current version)
Initializes a new instance of the Overlapped class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Overlapped() | Initializes a new, empty instance of the Overlapped class. |
![]() | Overlapped(Int32, Int32, Int32, IAsyncResult^) | Obsolete. Initializes a new instance of the 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. |
![]() | Overlapped(Int32, Int32, IntPtr, IAsyncResult^) | Initializes a new instance of the 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. |
Show:
