SystemInformationEvent.AvailablePageFileBytes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the available memory the process can commit, in bytes. This value is retrieved from GlobalMemoryStatusEx.
public:
property long AvailablePageFileBytes { long get(); };
public:
property long long AvailablePageFileBytes { long long get(); };
public long AvailablePageFileBytes { get; }
member this.AvailablePageFileBytes : int64
Public ReadOnly Property AvailablePageFileBytes As Long