共用方式為


ICorDebugEval2::NewStringWithLength 方法

更新:2007 年 11 月

建立包含指定內容的指定長度的字串。

HRESULT NewStringWithLength (
    [in] LPCWSTR               string,
    [in] UINT                  uiLength
);

參數

  • string
    [in] 字串值的指標。

  • uiLength
    [in] 字串長度。

備註

如果字串的結尾 null 字元必須是在 Managed 字串中,則 NewStringWithLength 方法的呼叫端必須確保字串長度包含結尾的 null 字元。

字串一定是在執行緒目前執行所在的應用程式定義域中建立的。

需求

**平台:**請參閱 .NET Framework 系統需求

**標頭:**CorDebug.idl

**程式庫:**CorGuids.lib

**.NET Framework 版本:**3.5 SP1、3.5、3.0 SP1、3.0、2.0 SP1、2.0

請參閱

參考

ICorDebugEval2