Click or drag to resize

ShellContent Class

Defines the content of a Shell Item. When created, an instance of the ShellContent type opens a stream to the item's content.
Inheritance Hierarchy

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public abstract class ShellContent

The ShellContent type exposes the following members.

Constructors
  NameDescription
Protected methodShellContent
Initializes a new instance of the ShellContent class
Top
Properties
  NameDescription
Public propertyClsid
Gets the storage Class Id.
Public propertyCreationTime
Gets or sets the creation time.
Public propertyLastAccessTime
Gets or sets the last access time.
Public propertyLastWriteTime
Gets or sets the last write time.
Public propertyLength
Gets the content length. It should be 0 for a directory.
Public propertyLocksSupported
Gets the content supported lock type.
Public propertyMode
Gets the stream mode.
Public propertyName
Gets or sets the content name.
Public propertyStateBits
Gets the stream state bits.
Public propertyType
Gets the content storage type for Shell operations.
Top
Methods
  NameDescription
Public methodGetContentStream
Gets a stream instance on this content.
Public methodRead
Reads a sequence of bytes from the current content and advances the position within the stream by the number of bytes read.
Public methodSeek
Sets the position within the current stream.
Top
See Also