次の方法で共有


ICorDebugStringValue::GetString メソッド

この ICorDebugStringValue によって参照される文字列を取得します。

構文

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

パラメーター

cchString [in] szString 配列のサイズ。

pcchString [out] szString 配列で返される文字数へのポインター。

szString [out]取得した文字列を格納する配列。

Requirements

プラットフォーム:サポートされている .NET オペレーティング システムを参照してください。

ヘッダ: CorDebug.idl、CorDebug.h

図書館: CorGuids.lib

.NET のバージョン: .NET Framework 1.0 以降で使用可能