Class MaxROMAttribute
- Namespace
- GB
- Assembly
- GBSharp.Framework.dll
The largest ROM image this game may produce, in bytes.
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = false)]
public sealed class MaxROMAttribute : Attribute
- Inheritance
-
MaxROMAttribute
- Inherited Members
Constructors
MaxROMAttribute(int)
public MaxROMAttribute(int bytes)
Parameters
bytesint
Properties
Bytes
public int Bytes { get; }