ComputerInfo.TotalPhysicalMemory Özellik

Tanım

Önemli

Bu API, CLS uyumlu değildir.

Bilgisayar için toplam fiziksel bellek miktarını alır.

public:
 property System::UInt64 TotalPhysicalMemory { System::UInt64 get(); };
[System.CLSCompliant(false)]
public ulong TotalPhysicalMemory { get; }
[<System.CLSCompliant(false)>]
member this.TotalPhysicalMemory : uint64
Public ReadOnly Property TotalPhysicalMemory As ULong

Özellik Değeri

ULong Bilgisayar için fiziksel belleğin bayt sayısını içeren.

Öznitelikler

Özel durumlar

Uygulama bellek durumunu alamıyor.

Örnekler

Bu örnek, kodun My.Computer.Info.TotalPhysicalMemory çalıştığı bilgisayar için toplam fiziksel bellek miktarını görüntülemek için özelliğini kullanır.

MsgBox("Computer's available physical memory: " & 
    My.Computer.Info.TotalPhysicalMemory)

Şunlara uygulanır

Ayrıca bkz.