SystemInfo.TotalVirtual Property
Gets or sets the size of the user-mode part of the virtual address space of the calling process, in bytes.
Namespace: Microsoft.SmartDevice.Connectivity
Assembly: Microsoft.SmartDevice.Connectivity (in Microsoft.SmartDevice.Connectivity.dll)
Syntax
'Declaration
Public Property TotalVirtual As Integer
'Usage
Dim instance As SystemInfo
Dim value As Integer
value = instance.TotalVirtual
instance.TotalVirtual = value
public int TotalVirtual { get; set; }
public:
property int TotalVirtual {
int get ();
void set (int value);
}
public function get TotalVirtual () : int
public function set TotalVirtual (value : int)
Property Value
Type: System.Int32
The size of the user-mode part of the virtual address space of the calling process, in bytes.
Remarks
This value depends on the type of process, the type of processor, and the configuration of the operating system. For example, this value is approximately 2 GB for most 32-bit processes on an x86 processor and approximately 3 GB for 32-bit processes that are large address aware running on a system with 4 GB RAM Tuning enabled.
.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.