Overlapped::UnsafePack Method
.NET Framework (current version)
Packs the current instance into a NativeOverlapped structure. Does not propagate the calling stack.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
Show:
