ICorProfilerInfo4::EnumThreads Method

Returns an enumerator that provides methods to sequentially iterate through the collection of all managed threads in the profiled process.

Syntax

HRESULT EnumThreads([out]  
            ICorProfilerThreadEnum** ppEnum);  

Parameters

ppEnum
[out] A pointer to an ICorProfilerThreadEnum interface.

Remarks

Requirements

Platforms: See System Requirements.

Header: CorProf.idl, CorProf.h

Library: CorGuids.lib

.NET Framework Versions: Available since 4.5

See also