Class Ncsd
- Namespace
- SceneGate.Lemon.Containers.Formats
- Assembly
- SceneGate.Lemon.dll
Nintendo CTR SD. This is the format for the CCI, NAND and CSU specializations. It can contains up to 8 containers / nodes.
public class Ncsd : NodeContainerFormat, IDisposable, ICloneableFormat, IFormat
- Inheritance
-
NodeContainerFormatNcsd
- Implements
-
ICloneableFormatIFormat
- Inherited Members
-
NodeContainerFormat.DeepClone()NodeContainerFormat.Dispose()NodeContainerFormat.RootNodeContainerFormat.Disposed
Constructors
Ncsd()
Initializes a new instance of the Ncsd class.
public Ncsd()
Properties
Header
Gets or sets the header.
public NcsdHeader Header { get; set; }
Property Value
- NcsdHeader
The header.
NumPartitions
Gets the maximum number of partitions on a Ncsd format.
public static int NumPartitions { get; }
Property Value
- int
The maximum number of partitions.