ComputerSystemInformationTotalPhysicalMemory Property |
Gets the computer's total memory.
Namespace: com.softwarekey.Client.Utils.SystemComponentAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic int TotalPhysicalMemory { get; }
Public ReadOnly Property TotalPhysicalMemory As Integer
Get
public:
property int TotalPhysicalMemory {
int get ();
}
Property Value
Type:
Int32
See Also