public class Overlapped
|
| ctor #1 | Overloaded:.ctor()Default constructor. This constructor is called by derived class constructors to initialize state in this type.Initializes a new, empty instance of the Overlapped class. |
| ctor #2 | Overloaded:.ctor(int offsetLo, int offsetHi, int hEvent, IAsyncResult ar) Initializes a new instance of the Overlapped class from the constructor parameters. |
| AsyncResult | Read-write Gets or sets the results of an asynchronous operation on an asynchronous delegate. |
| EventHandle | Read-write Gets or sets the handle to an event. |
| OffsetHigh | Read-write Gets or sets the high word of the byte offset at which to start the transfer. |
| OffsetLow | Read-write Gets or sets the file position at which to start the transfer. |
| Equals (inherited from System.Object) |
See base class member description: System.Object.Equals Derived from System.Object, the primary base class for all objects. |
| Free | Frees the unmanaged memory associated with a native overlapped structure, allocated by System.Threading.Overlapped.Pack (not supported on the shared source CLI) . |
| GetHashCode (inherited from System.Object) |
See base class member description: System.Object.GetHashCode Derived from System.Object, the primary base class for all objects. |
| GetType (inherited from System.Object) |
See base class member description: System.Object.GetType Derived from System.Object, the primary base class for all objects. |
| ToString (inherited from System.Object) |
See base class member description: System.Object.ToString Derived from System.Object, the primary base class for all objects. |
| Unpack | Unpacks an unmanaged NativeOverlapped value type into a managed overlapped class. |
| Finalize (inherited from System.Object) |
See base class member description: System.Object.Finalize Derived from System.Object, the primary base class for all objects. |
| MemberwiseClone (inherited from System.Object) |
See base class member description: System.Object.MemberwiseClone Derived from System.Object, the primary base class for all objects. |
Hierarchy:
public Overlapped(); |
public Overlapped( |
offsetLo
offsetHi
hEvent
ar
public IAsyncResult AsyncResult {get; set;}
|
public int EventHandle {get; set;}
|
public int OffsetHigh {get; set;}
|
public int OffsetLow {get; set;}
|
~Overlapped(); |
[CLSCompliant(false)] |
nativeOverlappedPtr
public virtual int GetHashCode(); |
public Type GetType(); |
protected object MemberwiseClone(); |
public virtual string ToString(); |
[CLSCompliant(false)] |
nativeOverlappedPtr