SystemInfo.TotalPageFile Property
Gets or sets the current size of the committed memory limit, in bytes.
Namespace: Microsoft.SmartDevice.Connectivity
Assembly: Microsoft.SmartDevice.Connectivity (in Microsoft.SmartDevice.Connectivity.dll)
Syntax
'Declaration
Public Property TotalPageFile As Integer
'Usage
Dim instance As SystemInfo
Dim value As Integer
value = instance.TotalPageFile
instance.TotalPageFile = value
public int TotalPageFile { get; set; }
public:
property int TotalPageFile {
int get ();
void set (int value);
}
public function get TotalPageFile () : int
public function set TotalPageFile (value : int)
Property Value
Type: System.Int32
The current size of the committed memory limit, in bytes.
Remarks
This is physical memory plus the size of the page file, minus a small overhead.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.