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.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
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