Skip to content

RzxHeader Class

Definition

The global file header for an RZX file.

public sealed class RzxHeader : Header

View source

Constructors

Name Description
RzxHeader(UInt32) Initializes a new instance of the RzxHeader class for version 0.13.

Properties

Name Description
Flags Gets the header flags.
IsSupportedVersion Gets a value indicating whether the file's version is supported.
IsValid Gets a value indicating whether the Signature is valid.
MajorVersion Gets the RZX major revision number.
MinorVersion Gets the RZX minor revision number.
Signature Gets the four character file signature. Should be RZX! for a valid file.