この 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 以降で使用可能
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET