Click or drag to resize

IComStorage Interface

Wrapper for IStorage interface for handling the operations with compound storage

Namespace:  CodeStack.SwEx.AddIn.Base
Assembly:  CodeStack.SwEx.AddIn (in CodeStack.SwEx.AddIn.dll) Version: 0.8.1.0 (0.8.1.0)
Syntax
public interface IComStorage : IDisposable

The IComStorage type exposes the following members.

Properties
  NameDescription
Public propertyStorage
Pointer to the underlying COM storage
Top
Methods
  NameDescription
Public methodGetSubStorageNames
Gets all children storages names
Public methodGetSubStreamNames
Gets all children stream names
Public methodRemoveSubElement
Removes child stream or storage
Public methodTryOpenStorage
Attempts to open sub storage
Public methodTryOpenStream
Attempts to open sub stream
Top
See Also