Share via


SystemInformationEvent.AvailablePhysicalBytes 屬性

請取得可用的實體記憶體中,以位元組為單位。 從 GlobalMemoryStatusEx 中,擷取這個值。

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

語法

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

屬性值

型別:System.Int64

.NET Framework 安全性

請參閱

參考

SystemInformationEvent 類別

Microsoft.VisualStudio.IntelliTrace 命名空間