Condividi tramite


Metodo ICorProfilerCallback::ThreadCreated

Notifica al profiler che è stato creato un thread.

HRESULT ThreadCreated(
    [in] ThreadID threadId); 

Parametri

  • threadId
    [in] ID del thread creato.

Note

Il valore threadId è immediatamente valido.

Requisiti

Piattaforme: vedere Requisiti di sistema di .NET Framework.

Intestazione: CorProf.idl, CorProf.h

Libreria: CorGuids.lib

Versioni di .NET Framework: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0

Vedere anche

Riferimenti

Interfaccia ICorProfilerCallback

Metodo ICorProfilerCallback::ThreadDestroyed