OpenNETCF Smart Device Framework 2.2
The MemoryMappedFile type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| BeginRead | (Overrides Stream..::.BeginRead(array<Byte>[]()[], Int32, Int32, AsyncCallback, Object).) | |
| BeginWrite | (Overrides Stream..::.BeginWrite(array<Byte>[]()[], Int32, Int32, AsyncCallback, Object).) | |
| Close | (Overrides Stream..::.Close()()().) | |
| CreateInMemoryMap | ||
| CreateWaitHandle | Allocates a WaitHandle object. (Inherited from Stream.) | |
| CreateWithFileBacking | ||
| Dispose | Releases the unmanaged resources used by the Stream and optionally releases the managed resources. (Inherited from Stream.) | |
| EndRead | (Overrides Stream..::.EndRead(IAsyncResult).) | |
| EndWrite | (Overrides Stream..::.EndWrite(IAsyncResult).) | |
| Equals | (Inherited from Object.) | |
| 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.) | |
| Flush | (Overrides Stream..::.Flush()()().) | |
| 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.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Read | (Overrides Stream..::.Read(array<Byte>[]()[], Int32, Int32).) | |
| ReadByte | Reads a byte from the stream and advances the position within the stream by one byte, or returns -1 if at the end of the stream. (Inherited from Stream.) | |
| Seek | (Overrides Stream..::.Seek(Int64, SeekOrigin).) | |
| SetLength | (Overrides Stream..::.SetLength(Int64).) | |
| ToString | (Inherited from Object.) | |
| Write | (Overrides Stream..::.Write(array<Byte>[]()[], Int32, Int32).) | |
| WriteByte | Writes a byte to the current position in the stream and advances the position within the stream by one byte. (Inherited from Stream.) |
Properties
| Name | Description | |
|---|---|---|
| CanRead | (Overrides Stream..::.CanRead.) | |
| CanSeek | (Overrides Stream..::.CanSeek.) | |
| CanTimeout | (Overrides Stream..::.CanTimeout.) | |
| CanWrite | (Overrides Stream..::.CanWrite.) | |
| Length | (Overrides Stream..::.Length.) | |
| Name | ||
| Position | (Overrides Stream..::.Position.) | |
| ReadTimeout | (Overrides Stream..::.ReadTimeout.) | |
| WriteTimeout | (Overrides Stream..::.WriteTimeout.) |