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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.