다음을 통해 공유


ICorDebugAppDomain2

업데이트: 2007년 11월

배열, 포인터, 함수 포인터 및 참조 형식에 사용할 수 있는 메서드를 제공합니다. 이 인터페이스는 ICorDebugAppDomain 인터페이스의 확장입니다.

interface ICorDebugAppDomain2 : IUnknown {
        
    HRESULT GetArrayOrPointerType (
        [in] CorElementType    elementType,
        [in] ULONG32           nRank,
        [in] ICorDebugType     *pTypeArg,
        [out] ICorDebugType    **ppType
    );

    HRESULT GetFunctionPointerType ( 
        [in] ULONG32               nTypeArgs,
        [in, size_is(nTypeArgs)] 
            ICorDebugType          *ppTypeArgs[],
        [out] ICorDebugType        **ppType
    );
        
};

메서드

메서드

설명

ICorDebugAppDomain2::GetArrayOrPointerType 메서드

지정된 형식의 배열이나 지정된 형식에 대한 포인터 또는 참조를 가져옵니다.

ICorDebugAppDomain2::GetFunctionPointerType 메서드

지정된 시그니처가 있는 함수에 대한 포인터를 가져옵니다.

요구 사항

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

헤더: CorDebug.idl

라이브러리: CorGuids.lib

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

참고 항목

참조

ICorDebugAppDomain

기타 리소스

디버깅 인터페이스