UnmanagedMemoryStream Methods
.NET Framework 2.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| BeginRead | Begins an asynchronous read operation. (Inherited from Stream.) |
| BeginWrite | Begins an asynchronous write operation. (Inherited from Stream.) |
| Close | Closes the current stream and releases any resources (such as sockets and file handles) associated with the current stream. (Inherited from Stream.) |
| CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) |
| Dispose | Overloaded. |
| EndRead | Waits for the pending asynchronous read to complete. (Inherited from Stream.) |
| EndWrite | Ends an asynchronous write operation. (Inherited from Stream.) |
| Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| Flush | Overridden. Overrides the Flush method so that no action is performed. |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
| GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
| Read | Overridden. Reads the specified number of bytes into the specified array. |
| ReadByte | Overridden. Reads a byte from a stream and advances the position within the stream by one byte, or returns -1 if at the end of the stream. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| Seek | Overridden. Sets the current position of the current stream to the given value. |
| SetLength | Overridden. Sets the length of a stream to a specified value. |
| Synchronized | Creates a thread-safe (synchronized) wrapper around the specified Stream object. (Inherited from Stream.) |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
| Write | Overridden. Writes a block of bytes to the current stream using data from a buffer. |
| WriteByte | Overridden. Writes a byte to the current position in the file stream. |
| Name | Description | |
|---|---|---|
| CreateWaitHandle | Allocates a WaitHandle object. (Inherited from Stream.) |
| Dispose | Overloaded. Overridden. |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
| Initialize | Initializes a new instance of the UnmanagedMemoryStream class. |
| MemberwiseClone | Overloaded. (Inherited from MarshalByRefObject.) |