ICorProfilerInfo2::GetThreadAppDomain Method

Gets the ID of the application domain in which the specified thread is currently executing code.

HRESULT GetThreadAppDomain(
    [in]  ThreadID threadId,
    [out] AppDomainID *pAppDomainId);

Parameters

  • threadId
    [in] The ID specifying the thread.

  • pAppDomainId
    [out] A pointer to the ID of the application domain.

Requirements

Platforms: See .NET Framework System Requirements.

Header: CorProf.idl

Library: CorGuids.lib

.NET Framework Versions: 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0

See Also

Reference

ICorProfilerInfo Interface

ICorProfilerInfo2 Interface