
- 295 -
RAMSize
Acquires the size (capacity) of the BHT RAM.
■ Syntax
[VB]
Public Shared ReadOnly Property RAMSize As Integer
[C#]
public static int RAMSize {get;}
■ Property
Capacity (Byte)
■ Exceptions
None
[Ex.] Acquire the capacity of the BHT RAM.
[VB] Dim RAMSize As Integer = SysInfo.Settings.RAMSize
[C#] string RAMSize = SysInfo.Settings.RAMSize;
Comentários a estes Manuais