Nóta
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as shíniú isteach nó eolairí a athrú.
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as eolairí a athrú.
Gets the name of the application domain that is represented by this ICorPublishAppDomain.
Syntax
HRESULT GetName (
[in] ULONG32 cchName,
[out] ULONG32 *pcchName,
[out, size_is(cchName), length_is(*pcchName)]
WCHAR *szName
);
Parameters
cchName
[in] The size of the szName array.
pcchName
[out] A pointer to the number of wide characters, including the null character, returned in the szName array.
szName
[out] An array in which to store the name.
Remarks
If szName is non-null, the GetName method copies up to cchName characters (including the null terminator) into szName. If a non-null is returned in pcchName, the actual number of characters in the name (including the null terminator) is stored in the szName array.
The GetName method returns an S_OK HRESULT regardless of how many characters were copied.
Requirements
Platforms: See System Requirements.
Header: CorPub.idl, CorPub.h
Library: CorGuids.lib
.NET Framework Versions: Available since 1.0