Skip to content

RzxCreatorBlock Class

Definition

The creator information block (0x10) of an RZX file, describing the program that created it.

public sealed class RzxCreatorBlock : RzxBlock

View source

Constructors

Name Description
RzxCreatorBlock(String, UInt16, UInt16, Byte[]) Initializes a new instance of the RzxCreatorBlock class.

Properties

Name Description
Creator Gets the creator's identification string, for example "RealSpectrum".
CustomData Gets the creator's custom data. May be empty.
MajorVersion Gets the creator's major version number.
MinorVersion Gets the creator's minor version number.