Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 1.38 KB

igchost-getthreadstats-method.md

File metadata and controls

53 lines (40 loc) · 1.38 KB
description title ms.date api_name api_location api_type f1_keywords helpviewer_keywords ms.assetid topic_type
Learn more about: IGCHost::GetThreadStats Method
IGCHost::GetThreadStats Method
03/30/2017
IGCHost.GetThreadStats
mscoree.dll
COM
GetThreadStats
IGCHost::GetThreadStats method [.NET Framework hosting]
GetThreadStats method [.NET Framework hosting]
826baa9b-9218-4736-a509-7ab193b125a0
apiref

IGCHost::GetThreadStats Method

Gets the per-thread statistics for garbage collection.

Syntax

HRESULT GetThreadStats (  
    [in] DWORD *pFiberCookie,  
    [in, out] COR_GC_THREAD_STATS *pStats  
);  

Parameters

pFiberCookie
[in] A pointer to a fiber cookie that specifies the thread for which to retrieve the statistics.

pStats
[in, out] A pointer to a COR_GC_THREAD_STATS structure that contains the garbage collection statistics for the specified thread.

Requirements

Platforms: See System Requirements.

Header: GCHost.idl, GCHost.h

Library: Included as a resource in MSCorEE.dll

.NET Framework Versions: [!INCLUDEnet_current_v20plus]

See also