Table of Contents

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

bytes int

Properties

Bytes

public int Bytes { get; }

Property Value

int