GC.GetGCMemoryInfo Yöntem

Tanım

Aşırı Yüklemeler

GetGCMemoryInfo()

Çöp toplama bellek bilgilerini alır.

GetGCMemoryInfo(GCKind)

Çöp toplama bellek bilgilerini alır.

GetGCMemoryInfo()

Kaynak:
GC.CoreCLR.cs
Kaynak:
GC.CoreCLR.cs
Kaynak:
GC.CoreCLR.cs

Çöp toplama bellek bilgilerini alır.

public:
 static GCMemoryInfo GetGCMemoryInfo();
public static GCMemoryInfo GetGCMemoryInfo ();
static member GetGCMemoryInfo : unit -> GCMemoryInfo
Public Shared Function GetGCMemoryInfo () As GCMemoryInfo

Döndürülenler

Çöp toplayıcının bellek kullanımı hakkında bilgi içeren bir nesne.

Şunlara uygulanır

GetGCMemoryInfo(GCKind)

Kaynak:
GC.CoreCLR.cs
Kaynak:
GC.CoreCLR.cs
Kaynak:
GC.CoreCLR.cs

Çöp toplama bellek bilgilerini alır.

public:
 static GCMemoryInfo GetGCMemoryInfo(GCKind kind);
public static GCMemoryInfo GetGCMemoryInfo (GCKind kind);
static member GetGCMemoryInfo : GCKind -> GCMemoryInfo
Public Shared Function GetGCMemoryInfo (kind As GCKind) As GCMemoryInfo

Parametreler

kind
GCKind

Bellek bilgilerinin alındığı koleksiyon türü.

Döndürülenler

Çöp toplayıcının bellek kullanımı hakkında bilgi içeren bir nesne.

Şunlara uygulanır