Click or drag to resize

BinaryImageParserBaseParse Method

Parses the object implementing the ISupportBinaryImage interface.

Namespace: GSF.Parsing
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.191-beta+925724bd48239ba1d4417fe63f8c4977892ab734
Syntax
public virtual void Parse(
	ISupportBinaryImage image
)
View Source

Parameters

image  ISupportBinaryImage
Object to be parsed that implements the ISupportBinaryImage interface.
Remarks
This function takes the binary image from ISupportBinaryImage and writes the buffer to the BinaryImageParserBase stream for parsing.
See Also