SharedMemoryBuffer Class |
Namespace: Lumiscaphe.Workshop.Interop.IO
The SharedMemoryBuffer type exposes the following members.
| Name | Description | |
|---|---|---|
| Buffer |
Gets the memory buffer.
| |
| IsDestroyed |
Gets a value indicating whether this instance is destroyed.
| |
| Name |
Gets the buffer name.
| |
| Size |
Gets the buffer size.
|
| Name | Description | |
|---|---|---|
| Copy |
Copies the shared memory buffer.
| |
| Create |
Creates the shared memory buffer.
| |
| Destroy |
Destroys the shared memory buffer.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Open |
Opens the shared memory buffer
| |
| ToString |
Format the SharedMemoryBuffer to a String.
(Overrides ObjectToString.) |