SystemPerformanceInfoPhysicalMemoryTotalBytes Property  | 
 Gets the total amount of physical memory, in bytes.
 
    Namespace: 
   Dundas.BI
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic decimal PhysicalMemoryTotalBytes { get; }Public ReadOnly Property PhysicalMemoryTotalBytes As Decimal
	Get
public:
property Decimal PhysicalMemoryTotalBytes {
	Decimal get ();
}member PhysicalMemoryTotalBytes : decimal with get
Property Value
Type: 
Decimal
See Also