Overlapped Methods
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() ![]() | Free(NativeOverlapped*) | Frees the unmanaged memory associated with a native overlapped structure allocated by the Pack method. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | Pack(IOCompletionCallback^) | Obsolete. Packs the current instance into a NativeOverlapped structure, specifying the delegate to be invoked when the asynchronous I/O operation is complete. |
![]() | Pack(IOCompletionCallback^, Object^) | Packs the current instance into a NativeOverlapped structure, specifying a delegate that is invoked when the asynchronous I/O operation is complete and a managed object that serves as a buffer. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() ![]() | Unpack(NativeOverlapped*) | Unpacks the specified unmanaged NativeOverlapped structure into a managed Overlapped object. |
![]() | UnsafePack(IOCompletionCallback^) | Obsolete. Packs the current instance into a NativeOverlapped structure specifying the delegate to invoke when the asynchronous I/O operation is complete. Does not propagate the calling stack. |
![]() | UnsafePack(IOCompletionCallback^, Object^) | Packs the current instance into a NativeOverlapped structure, specifying the delegate to invoke when the asynchronous I/O operation is complete and the managed object that serves as a buffer. Does not propagate the calling stack. |


