Click or drag to resize
BinaryData Properties

The BinaryData type exposes the following members.

Properties
  NameDescription
Public propertyData
Resulting binary data
Protected propertyGetData
External method used to get the binary data when required
Public propertyChecksum
Gets data checksum.
Public propertyIsLoaded
True if data were loaded to memory.
Public propertyLength
Length of the binary data
Protected propertySourceData
Source data
Public propertySourceStream
Source stream
Public propertyStream
Returns SourceStream if not null, otherwise returns SourceData wrapped in the MemoryStream.
Top
See Also