SnesRomRawData Property
Gets the raw byte-data of the ROM file.
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[] RawData { get; }
Public ReadOnly Property RawData As Byte()
Get
Dim instance As SnesRom
Dim value As Byte()
value = instance.RawData
public:
property array<unsigned char>^ RawData {
array<unsigned char>^ get ();
}
member RawData : byte[] with get
No code example is currently available or this language may not be supported.
Property Value
Byte
The raw byte-data of the ROM file.