다음을 통해 공유


ICorDebugStringValue

업데이트: 2007년 11월

문자열 값에 적용되는 ICorDebugHeapValue의 서브클래스입니다.

interface ICorDebugStringValue : ICorDebugHeapValue {
        
    HRESULT GetLength (
        [out] ULONG32   *pcchString
    );
        
    HRESULT GetString (
        [in] ULONG32    cchString,
        [out] ULONG32   *pcchString,
        [out, size_is(cchString), length_is(*pcchString)] 
            WCHAR       szString[]
    );
        
};

메서드

메서드

설명

ICorDebugStringValue::GetLength 메서드

ICorDebugStringValue로 참조되는 문자열의 문자 수를 가져옵니다.

ICorDebugStringValue::GetString 메서드

ICorDebugStringValue로 참조되는 문자열을 가져옵니다.

요구 사항

플랫폼:.NET Framework 시스템 요구 사항 참조

헤더: CorDebug.idl

라이브러리: CorGuids.lib

.NET Framework 버전: 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0

참고 항목

참조

ICorDebugHeapValue

기타 리소스

디버깅 인터페이스