Gets MonoX editor max flash size.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public static int MonoXMaxFlashSize { get; }
Visual Basic
Public Shared ReadOnly Property MonoXMaxFlashSize As Integer
	Get
Visual C++
public:
static property int MonoXMaxFlashSize {
	int get ();
}
F#
static member MonoXMaxFlashSize : int with get

Property Value

Type: Int32
The size of the mono x maximum flash.

See Also