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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.