
- 296 -
ROMSize
Acquires the size (capacity) of the BHT ROM.
■ Syntax
[VB]
Public Shared ReadOnly Property ROMSize As Integer
[C#]
public static int ROMSize {get;}
■ Property
Capacity (Byte)
■ Exceptions
None
[Ex.] Acquire the capacity of the BHT ROM.
[VB] Dim ROMSize As Integer = SysInfo.Settings.ROMSize
[C#] string ROMSize = SysInfo.Settings.ROMSize;
Komentáře k této Příručce