StreamShellContent Class |
Namespace: ShellBoost.Core
public class StreamShellContent : ShellContent
The StreamShellContent type exposes the following members.
| Name | Description | |
|---|---|---|
| StreamShellContent |
Initializes a new instance of the StreamShellContent 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.) | |
| Stream |
Gets the underlying Stream instance.
| |
| 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.
| |
| 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).) |