Table of Contents

Class Ncch

Namespace
SceneGate.Lemon.Containers.Formats
Assembly
SceneGate.Lemon.dll

Nintendo Content Container Header. This is the format for the CXI and CFA specialization. It can contain up to two file systems and several special files.

public class Ncch : NodeContainerFormat, IDisposable, ICloneableFormat, IFormat
Inheritance
NodeContainerFormat
Ncch
Implements
ICloneableFormat
IFormat
Inherited Members
NodeContainerFormat.DeepClone()
NodeContainerFormat.Dispose()
NodeContainerFormat.Root
NodeContainerFormat.Disposed

Constructors

Ncch()

Initializes a new instance of the Ncch class.

public Ncch()

Properties

Header

Gets or sets the header.

public NcchHeader Header { get; set; }

Property Value

NcchHeader

The header.