GC.GetGCMemoryInfo Method
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.
Overloads
GetGCMemoryInfo() |
Gets garbage collection memory information. |
GetGCMemoryInfo(GCKind) |
Gets garbage collection memory information. |
GetGCMemoryInfo()
- Source:
- GC.CoreCLR.cs
- Source:
- GC.CoreCLR.cs
- Source:
- GC.CoreCLR.cs
Gets garbage collection memory information.
public:
static GCMemoryInfo GetGCMemoryInfo();
public static GCMemoryInfo GetGCMemoryInfo ();
static member GetGCMemoryInfo : unit -> GCMemoryInfo
Public Shared Function GetGCMemoryInfo () As GCMemoryInfo
Returns
An object that contains information about the garbage collector's memory usage.
Applies to
GetGCMemoryInfo(GCKind)
- Source:
- GC.CoreCLR.cs
- Source:
- GC.CoreCLR.cs
- Source:
- GC.CoreCLR.cs
Gets garbage collection memory information.
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
Parameters
- kind
- GCKind
The kind of collection for which to retrieve memory information.
Returns
An object that contains information about the garbage collector's memory usage.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.