다음을 통해 공유


ICorDebugClass2

업데이트: 2007년 11월

제네릭 클래스나 Type 형식의 메서드 매개 변수를 사용하는 클래스를 나타냅니다. 이 인터페이스는 ICorDebugClass를 확장한 것입니다.

interface ICorDebugClass2 : IUnknown {
    HRESULT GetParameterizedType (
        [in] CorElementType   elementType,
        [in] ULONG32          nTypeArgs,
        [in, size_is(nTypeArgs)] ICorDebugType *ppTypeArgs[],
        [out] ICorDebugType   **ppType
    );
        
    HRESULT SetJMCStatus (
        [in] BOOL             bIsJustMyCode
    );
};

메서드

메서드

설명

ICorDebugClass2::GetParameterizedType 메서드

이 클래스의 형식 선언을 가져옵니다.

ICorDebugClass2::SetJMCStatus 메서드

이 클래스의 각 메서드에 대해 해당 메서드가 사용자 정의 코드인지 여부를 나타내는 값을 설정합니다.

요구 사항

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

헤더: CorDebug.idl

라이브러리: CorGuids.lib

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

참고 항목

참조

ICorDebugClass

기타 리소스

디버깅 인터페이스