SystemInfo.AvailPageFile Property
Gets or sets the maximum amount of memory the current process can commit, in bytes. This value should be smaller than the system-wide available commit. To calculate this value, call GetPerformanceInfo and subtract the value of CommitTotal from CommitLimit.
Namespace: Microsoft.SmartDevice.Connectivity
Assembly: Microsoft.SmartDevice.Connectivity (in Microsoft.SmartDevice.Connectivity.dll)
Syntax
'Declaration
Public Property AvailPageFile As Integer
'Usage
Dim instance As SystemInfo
Dim value As Integer
value = instance.AvailPageFile
instance.AvailPageFile = value
public int AvailPageFile { get; set; }
public:
property int AvailPageFile {
int get ();
void set (int value);
}
public function get AvailPageFile () : int
public function set AvailPageFile (value : int)
Property Value
Type: System.Int32
The maximum amount of memory the current process can commit, in bytes.
.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.