SnesRomLayout Property
Gets the ROM layout.
The SNES ROM layout describes how the ROM banks appear in a ROM image and in the SNES address space.
Namespace: DevCase.Core.Media.Gaming.RomHacking.SNESAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public byte Layout { get; }
Public ReadOnly Property Layout As Byte
Get
Dim instance As SnesRom
Dim value As Byte
value = instance.Layout
public:
property unsigned char Layout {
unsigned char get ();
}
member Layout : byte with get
No code example is currently available or this language may not be supported.
Property Value
Byte
The ROM layout.