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
-
NodeContainerFormatNcch
- Implements
-
ICloneableFormatIFormat
- Inherited Members
-
NodeContainerFormat.DeepClone()NodeContainerFormat.Dispose()NodeContainerFormat.RootNodeContainerFormat.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.