MemoryShellContent Class |
Namespace: ShellBoost.Core
public class MemoryShellContent : ShellContent, IDisposable
The MemoryShellContent type exposes the following members.
Name | Description | |
---|---|---|
MemoryShellContent(Byte) |
Initializes a new instance of the MemoryShellContent class.
| |
MemoryShellContent(Stream) |
Initializes a new instance of the MemoryShellContent class.
| |
MemoryShellContent(String) |
Initializes a new instance of the MemoryShellContent class.
| |
MemoryShellContent(String, Encoding) |
Initializes a new instance of the MemoryShellContent class.
|
Name | Description | |
---|---|---|
Clsid |
Gets the storage Class Id.
(Inherited from ShellContent.) | |
CreationTime |
Gets or sets the creation time.
(Inherited from ShellContent.) | |
LastAccessTime |
Gets or sets the last access time.
(Inherited from ShellContent.) | |
LastWriteTime |
Gets or sets the last write time.
(Inherited from ShellContent.) | |
Length |
Gets the content length.
(Overrides ShellContentLength.) | |
LocksSupported |
Gets the content supported lock type.
(Inherited from ShellContent.) | |
Mode |
Gets the stream mode.
(Inherited from ShellContent.) | |
Name |
Gets or sets the content name.
(Inherited from ShellContent.) | |
StateBits |
Gets the stream state bits.
(Inherited from ShellContent.) | |
Type |
Gets the content storage type for Shell operations.
(Overrides ShellContentType.) |
Name | Description | |
---|---|---|
Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
| |
Dispose(Boolean) |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
| |
Finalize |
Frees all resources associated with this instance.
(Overrides ObjectFinalize.) | |
GetContentStream |
Gets a stream instance on this content.
(Overrides ShellContentGetContentStream.) | |
Read |
Reads a sequence of bytes from the current content and advances the position within the stream by the number of bytes read.
(Overrides ShellContentRead(Byte, Int32).) | |
Seek |
Sets the position within the current stream.
(Overrides ShellContentSeek(Int64, SeekOrigin).) |