Command.WriteAsBinary

Command.WriteAsBinary method

Writes/exports the command as binary mode

public abstract void WriteAsBinary(IBinaryWriter writer)
ParameterTypeDescription
writerIBinaryWriterThe writer to write the binary content to.

See Also