Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Contains per-thread statistics pertaining to garbage collection.
typedef struct _COR_GC_THREAD_STATS {
ULONGLONG PerThreadAllocation;
ULONG Flags;
} COR_GC_THREAD_STATS;
Members
Member |
Description |
---|---|
PerThreadAllocation |
The number of bytes of memory allocated on the thread that is associated with the current COR_GC_THREAD_STATS instance. This number is cleared to zero each time a generation-zero garbage collection occurs. |
Flags |
The number of bytes promoted to a higher generation at the most recent garbage collection. |
Remarks
ICLRTask::GetMemStats takes an output parameter of type COR_GC_THREAD_STATS.
Requirements
Platforms: See .NET Framework System Requirements.
Header: GCHost.idl
Library: Included as a resource in MSCorEE.dll
.NET Framework Versions: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0