Click or drag to resize

OnDemandDataMedium Class

Represents a particular representation of a data object in a given data format.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.CoreOnDemandDataMedium

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public sealed class OnDemandDataMedium

The OnDemandDataMedium type exposes the following members.

Constructors
  NameDescription
Public methodOnDemandDataMedium(Byte)
Initializes a new instance of the OnDemandDataMedium class from an array of bytes.
Public methodOnDemandDataMedium(Stream, Boolean)
Initializes a new instance of the OnDemandDataMedium class from a stream.
Top
Properties
  NameDescription
Public propertyData
Gets the data.
Public propertyFilePath
Gets the file path. This will only be set in the case of a medium set by an external component. It will usually correspond to a temp file that corresponds to a MediumType unsupported in its original format.
Public propertyIsTempFile
Gets a value indicating if the FilePath points to a temporary file.
Public propertyMediumType
Gets the medium type.
Public propertyOriginalMediumType
Gets the original medium type.
Public propertyStream
Gets the stream.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Converts to string.
(Overrides ObjectToString.)
Top
See Also