ICorPublishAppDomain Interface

Represents and provides information about an application domain.

interface ICorPublishAppDomain : IUnknown {
    
    HRESULT GetID (
        [out] ULONG32   *puId
    );
    
    HRESULT GetName (
        [in] ULONG32    cchName, 
        [out] ULONG32   *pcchName,
        [out, size_is(cchName), length_is(*pcchName)] 
            WCHAR       *szName
    );
}

Methods

Method

Description

ICorPublishAppDomain::GetID Method

Gets the unique identifier for this ICorPublishAppDomain.

ICorPublishAppDomain::GetName Method

Gets the name of the application domain referenced by this ICorPublishAppDomain.

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

Other Resources

Debugging Interfaces