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: Windows 2000, Windows XP, Windows Server 2003 family

Header: CorPub.idl

Library: CorGuids.lib

.NET Framework Version: 2.0, 1.1, 1.0

See Also

Other Resources

Debugging Interfaces