Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |
---|---|
Gets the unique identifier for this ICorPublishAppDomain. |
|
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