Partager via


ICorDebugStringValue::GetString, méthode

Mise à jour : novembre 2007

Obtient la chaîne référencée par ICorDebugStringValue.

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

Paramètres

  • cchString
    [in] Taille du tableau szString.

  • pcchString
    [out] Pointeur vers le nombre de caractères retournés dans le tableau szString.

  • szString
    [out] Tableau qui stocke la chaîne récupérée.

Configuration requise

Plateformes : consultez Configuration requise du .NET Framework.

En-tête : CorDebug.idl

Bibliothèque : CorGuids.lib

Versions du .NET Framework : 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0

Voir aussi

Référence

ICorDebugStringValue