Sdílet prostřednictvím


ICorDebugStringValue::GetString – metoda

Získá řetězec odkazovaný tímto ICorDebugStringValue.

Syntaxe

HRESULT GetString (  
    [in] ULONG32    cchString,  
    [out] ULONG32   *pcchString,  
    [out, size_is(cchString), length_is(*pcchString)]
        WCHAR       szString[]  
);  

Parametry

cchString
[v] Velikost szString pole.

pcchString
[out] Ukazatel na počet znaků vrácených v szString poli.

szString
[out] Pole, ve kterém je uložen načtený řetězec.

Požadavky

Platformy: Viz Požadavky na systém.

Záhlaví: CorDebug.idl, CorDebug.h

Knihovny: CorGuids.lib

Verze rozhraní .NET Framework: K dispozici od verze 1.0