ICorPublishAppDomain::GetID Method

Gets the unique identifier for this ICorPublishAppDomain.

HRESULT GetID (
    [out] ULONG32   *puId
);

Parameters

  • puId
    [out] A pointer to the identifier of the application domain.

Remarks

The identifier is unique only in the scope of the containing process.

Requirements

Platforms: See .NET Framework System Requirements.

Header: CorPub.idl

Library: CorGuids.lib

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

See Also

Reference

ICorPublishAppDomain Interface