共用方式為


SystemInformationEvent.AvailablePageFileBytes 屬性

取得處理序能夠認可,以位元組為單位的可用記憶體。 從 GlobalMemoryStatusEx 中,擷取這個值。

命名空間:  Microsoft.VisualStudio.IntelliTrace
組件:  Microsoft.IntelliTrace.11.0.0 (在 Microsoft.IntelliTrace.11.0.0.dll 中)

語法

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

屬性值

型別:System.Int64

.NET Framework 安全性

請參閱

參考

SystemInformationEvent 類別

Microsoft.VisualStudio.IntelliTrace 命名空間