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 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