PreAllocatedOverlapped
PreAllocatedOverlapped
PreAllocatedOverlapped
PreAllocatedOverlapped
Class
Definition
Represents pre-allocated state for native overlapped I/O operations.
public ref class PreAllocatedOverlapped sealed : IDisposable
public sealed class PreAllocatedOverlapped : IDisposable
type PreAllocatedOverlapped = class
interface IDisposable
Public NotInheritable Class PreAllocatedOverlapped
Implements IDisposable
- Inheritance
- Implements
Constructors
PreAllocatedOverlapped(IOCompletionCallback, Object, Object) PreAllocatedOverlapped(IOCompletionCallback, Object, Object) PreAllocatedOverlapped(IOCompletionCallback, Object, Object) PreAllocatedOverlapped(IOCompletionCallback, Object, Object) |
Initializes a new instance of the PreAllocatedOverlapped class and specifies a delegate to invoke when each asynchronous I/O operation is complete, a user-provided object that provides context, and managed objects that serve as buffers. |
Methods
Dispose() Dispose() Dispose() Dispose() |
Frees the resources associated with this PreAllocatedOverlapped instance. |
Equals(Object) Equals(Object) Equals(Object) Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize() Finalize() Finalize() Finalize() |
Frees unmanaged resources before the current instance is reclaimed by garbage collection. |
GetHashCode() GetHashCode() GetHashCode() GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() GetType() GetType() GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() MemberwiseClone() MemberwiseClone() MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() ToString() ToString() ToString() |
Returns a string that represents the current object. (Inherited from Object) |
Applies to
See also
Feedback
We'd love to hear your thoughts. Choose the type you'd like to provide:
Our feedback system is built on GitHub Issues. Read more on our blog.
Loading feedback...