Share via


SystemInformationEvent.TotalPageFileBytes Property

Gets the size of the committed memory limit for the process in bytes, which is retrieved from GlobalMemoryStatusEx.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.0.0.dll)

Syntax

'Declaration
Public ReadOnly Property TotalPageFileBytes As Long
public long TotalPageFileBytes { get; }
public:
property long long TotalPageFileBytes {
    long long get ();
}
member TotalPageFileBytes : int64 with get
function get TotalPageFileBytes () : long

Property Value

Type: System.Int64

.NET Framework Security

See Also

Reference

SystemInformationEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace