NativeOverlapped Members
.NET Framework 1.1
Public Fields
EventHandle | Specifies the handle to an event set to the signaled state when the operation is complete. The calling process must set this member either to zero or to a valid event handle before calling any overlapped functions. |
InternalHigh | Specifies the length of the data transferred. Reserved for operating system use. |
InternalLow | Specifies a system-dependent status. Reserved for operating system use. |
OffsetHigh | Specifies the high word of the byte offset at which to start the transfer. |
OffsetLow | Specifies a file position at which to start the transfer. |
Public Methods
Equals (inherited from ValueType) | Overridden. Indicates whether this instance and a specified object are equal. |
GetHashCode (inherited from ValueType) | Overridden. Returns the hash code for this instance. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from ValueType) | Overridden. Returns the fully qualified type name of this instance. |
Protected Methods
Finalize (inherited from Object) | Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |

