Delen via


SystemInfo.TotalPhys Property

Gets or sets the amount of physical memory, in bytes.

Namespace:  Microsoft.SmartDevice.Connectivity
Assembly:  Microsoft.SmartDevice.Connectivity (in Microsoft.SmartDevice.Connectivity.dll)

Syntax

'Declaration
Public Property TotalPhys As Integer
'Usage
Dim instance As SystemInfo 
Dim value As Integer 

value = instance.TotalPhys

instance.TotalPhys = value
public int TotalPhys { get; set; }
public:
property int TotalPhys {
    int get ();
    void set (int value);
}
public function get TotalPhys () : int 
public function set TotalPhys (value : int)

Property Value

Type: System.Int32
The amount of physical memory, in bytes.

.NET Framework Security

See Also

Reference

SystemInfo Class

SystemInfo Members

Microsoft.SmartDevice.Connectivity Namespace