Compartilhar via


Enumeração CorDebugInterfaceVersion

Especifica uma versão do .NET estrutura ou a versão do estrutura .NET em que uma interface foi introduzida.

typedef enum CorDebugInterfaceVersion {

    CorDebugInvalidVersion            = 0,
    CorDebugVersion_1_0               = CorDebugInvalidVersion + 1,
    ver_ICorDebugManagedCallback      = CorDebugVersion_1_0,
    ver_ICorDebugUnmanagedCallback    = CorDebugVersion_1_0,
    ver_ICorDebug                     = CorDebugVersion_1_0,
    ver_ICorDebugController           = CorDebugVersion_1_0,
    ver_ICorDebugAppDomain            = CorDebugVersion_1_0,
    ver_ICorDebugAssembly             = CorDebugVersion_1_0,
    ver_ICorDebugProcess              = CorDebugVersion_1_0,
    ver_ICorDebugBreakpoint           = CorDebugVersion_1_0,
    ver_ICorDebugFunctionBreakpoint   = CorDebugVersion_1_0,
    ver_ICorDebugModuleBreakpoint     = CorDebugVersion_1_0,
    ver_ICorDebugValueBreakpoint      = CorDebugVersion_1_0,
    ver_ICorDebugStepper              = CorDebugVersion_1_0,
    ver_ICorDebugRegisterSet          = CorDebugVersion_1_0,
    ver_ICorDebugThread               = CorDebugVersion_1_0,
    ver_ICorDebugChain                = CorDebugVersion_1_0,
    ver_ICorDebugFrame                = CorDebugVersion_1_0,
    ver_ICorDebugILFrame              = CorDebugVersion_1_0,
    ver_ICorDebugNativeFrame          = CorDebugVersion_1_0,
    ver_ICorDebugModule               = CorDebugVersion_1_0,
    ver_ICorDebugFunction             = CorDebugVersion_1_0,
    ver_ICorDebugCode                 = CorDebugVersion_1_0,
    ver_ICorDebugClass                = CorDebugVersion_1_0,
    ver_ICorDebugEval                 = CorDebugVersion_1_0,
    ver_ICorDebugValue                = CorDebugVersion_1_0,
    ver_ICorDebugGenericValue         = CorDebugVersion_1_0,
    ver_ICorDebugReferenceValue       = CorDebugVersion_1_0,
    ver_ICorDebugHeapValue            = CorDebugVersion_1_0,
    ver_ICorDebugObjectValue          = CorDebugVersion_1_0,
    ver_ICorDebugBoxValue             = CorDebugVersion_1_0,
    ver_ICorDebugStringValue          = CorDebugVersion_1_0,
    ver_ICorDebugArrayValue           = CorDebugVersion_1_0,
    ver_ICorDebugContext              = CorDebugVersion_1_0,
    ver_ICorDebugEnum                 = CorDebugVersion_1_0,
    ver_ICorDebugObjectEnum           = CorDebugVersion_1_0,
    ver_ICorDebugBreakpointEnum       = CorDebugVersion_1_0,
    ver_ICorDebugStepperEnum          = CorDebugVersion_1_0,
    ver_ICorDebugProcessEnum          = CorDebugVersion_1_0,
    ver_ICorDebugThreadEnum           = CorDebugVersion_1_0,
    ver_ICorDebugFrameEnum            = CorDebugVersion_1_0,
    ver_ICorDebugChainEnum            = CorDebugVersion_1_0,
    ver_ICorDebugModuleEnum           = CorDebugVersion_1_0,
    ver_ICorDebugValueEnum            = CorDebugVersion_1_0,
    ver_ICorDebugCodeEnum             = CorDebugVersion_1_0,
    ver_ICorDebugTypeEnum             = CorDebugVersion_1_0,
    ver_ICorDebugErrorInfoEnum        = CorDebugVersion_1_0,
    ver_ICorDebugAppDomainEnum        = CorDebugVersion_1_0,
    ver_ICorDebugAssemblyEnum         = CorDebugVersion_1_0,
    ver_ICorDebugEditAndContinueErrorInfo 
                                      = CorDebugVersion_1_0,
    ver_ICorDebugEditAndContinueSnapshot 
                                      = CorDebugVersion_1_0,
        
    CorDebugVersion_1_1               = CorDebugVersion_1_0 + 1,
    // No interface definitions in version 1.1.
        
    CorDebugVersion_2_0 = CorDebugVersion_1_1 + 1,
        
    ver_ICorDebugManagedCallback2    = CorDebugVersion_2_0,
    ver_ICorDebugAppDomain2          = CorDebugVersion_2_0,
    ver_ICorDebugProcess2            = CorDebugVersion_2_0,
    ver_ICorDebugStepper2            = CorDebugVersion_2_0,
    ver_ICorDebugRegisterSet2        = CorDebugVersion_2_0,
    ver_ICorDebugThread2             = CorDebugVersion_2_0,
    ver_ICorDebugILFrame2            = CorDebugVersion_2_0,
    ver_ICorDebugModule2             = CorDebugVersion_2_0,
    ver_ICorDebugFunction2           = CorDebugVersion_2_0,
    ver_ICorDebugCode2               = CorDebugVersion_2_0,
    ver_ICorDebugClass2              = CorDebugVersion_2_0,
    ver_ICorDebugValue2              = CorDebugVersion_2_0,
    ver_ICorDebugEval2               = CorDebugVersion_2_0,
    ver_ICorDebugObjectValue2        = CorDebugVersion_2_0,
        
    CorDebugLatestVersion            = CorDebugVersion_2_0
        
} CorDebugInterfaceVersion;

Membros

Membro

Descrição

CorDebugInvalidVersion

A versão do .NET estrutura é inválido.

CorDebugVersion_1_0

A versão do .NET estrutura, incluindo todos os seus serviço packs, é 1.0.

ver_ICorDebugManagedCallback

The ICorDebugManagedCallback interface foi introduzida no .NET estrutura 1.0.

ver_ICorDebugUnmanagedCallback

The ICorDebugUnmanagedCallback interface foi introduzida no .NET estrutura 1.0.

ver_ICorDebug

The ICorDebug interface foi introduzida no .NET estrutura 1.0.

ver_ICorDebugController

The ICorDebugController interface foi introduzida no .NET estrutura 1.0.

ver_ICorDebugAppDomain

The ICorDebugAppDomain interface foi introduzida no .NET estrutura 1.0.

ver_ICorDebugAssembly

The ICorDebugAssembly interface foi introduzida no .NET estrutura 1.0.

ver_ICorDebugProcess

The ICorDebugProcess interface foi introduzida no .NET estrutura 1.0.

ver_ICorDebugBreakpoint

The ICorDebugBreakpoint interface foi introduzida no .NET estrutura 1.0.

ver_ICorDebugFunctionBreakpoint

The ICorDebugFunctionBreakpoint interface foi introduzida no .NET estrutura 1.0.

ver_ICorDebugModuleBreakpoint

The ICorDebugModuleBreakpoint interface foi introduzida no .NET estrutura 1.0.

ver_ICorDebugValueBreakpoint

The ICorDebugValueBreakpoint interface foi introduzida no .NET estrutura 1.0.

ver_ICorDebugStepper

The ICorDebugStepper interface foi introduzida no .NET estrutura 1.0.

ver_ICorDebugRegisterSet

The ICorDebugRegisterSet interface foi introduzida no .NET estrutura 1.0.

ver_ICorDebugThread

The ICorDebugThread interface foi introduzida no .NET estrutura 1.0.

ver_ICorDebugChain

The ICorDebugChain interface foi introduzida no .NET estrutura 1.0.

ver_ICorDebugFrame

The ICorDebugFrame interface foi introduzida no .NET estrutura 1.0.

ver_ICorDebugILFrame

The ICorDebugILFrame interface foi introduzida no .NET estrutura 1.0.

ver_ICorDebugNativeFrame

The ICorDebugNativeFrame interface foi introduzida no .NET estrutura 1.0.

ver_ICorDebugModule

The ICorDebugModule interface foi introduzida no .NET estrutura 1.0.

ver_ICorDebugFunction

The ICorDebugFunction interface foi introduzida no .NET estrutura 1.0.

ver_ICorDebugCode

The ICorDebugCode interface foi introduzida no .NET estrutura 1.0.

ver_ICorDebugClass

The ICorDebugClass interface foi introduzida no .NET estrutura 1.0.

ver_ICorDebugEval

The ICorDebugEval interface foi introduzida no .NET estrutura 1.0.

ver_ICorDebugValue

The ICorDebugValue interface foi introduzida no .NET estrutura 1.0.

ver_ICorDebugGenericValue

The ICorDebugGenericValue interface foi introduzida no .NET estrutura 1.0.

ver_ICorDebugReferenceValue

The ICorDebugReferenceValue interface foi introduzida no .NET estrutura 1.0.

ver_ICorDebugHeapValue

The ICorDebugHeapValue interface foi introduzida no .NET estrutura 1.0.

ver_ICorDebugObjectValue

The ICorDebugObjectValue interface foi introduzida no .NET estrutura 1.0.

ver_ICorDebugBoxValue

The ICorDebugBoxValue interface foi introduzida no .NET estrutura 1.0.

ver_ICorDebugStringValue

The ICorDebugStringValue interface foi introduzida no .NET estrutura 1.0.

ver_ICorDebugArrayValue

The ICorDebugArrayValue interface foi introduzida no .NET estrutura 1.0.

ver_ICorDebugContext

The ICorDebugContext interface foi introduzida no .NET estrutura 1.0.

ver_ICorDebugEnum

The ICorDebugEnum interface foi introduzida no .NET estrutura 1.0.

ver_ICorDebugObjectEnum

The ICorDebugObjectEnum interface foi introduzida no .NET estrutura 1.0.

ver_ICorDebugBreakpointEnum

The ICorDebugBreakpointEnum interface foi introduzida no .NET estrutura 1.0.

ver_ICorDebugStepperEnum

The ICorDebugStepperEnum interface foi introduzida no .NET estrutura 1.0.

ver_ICorDebugProcessEnum

The ICorDebugProcessEnum interface foi introduzida no .NET estrutura 1.0.

ver_ICorDebugThreadEnum

The ICorDebugThreadEnum interface foi introduzida no .NET estrutura 1.0.

ver_ICorDebugFrameEnum

The ICorDebugFrameEnum interface foi introduzida no .NET estrutura 1.0.

ver_ICorDebugChainEnum

The ICorDebugChainEnum interface foi introduzida no .NET estrutura 1.0.

ver_ICorDebugModuleEnum

The ICorDebugModuleEnum interface foi introduzida no .NET estrutura 1.0.

ver_ICorDebugValueEnum

The ICorDebugValueEnum interface foi introduzida no .NET estrutura 1.0.

ver_ICorDebugCodeEnum

The ICorDebugCodeEnum interface foi introduzida no .NET estrutura 1.0.

ver_ICorDebugTypeEnum

The ICorDebugTypeEnum interface foi introduzida no .NET estrutura 1.0.

ver_ICorDebugErrorInfoEnum

The ICorDebugErrorInfoEnum interface foi introduzida no .NET estrutura 1.0.

ver_ICorDebugAppDomainEnum

The ICorDebugAppDomainEnum interface foi introduzida no .NET estrutura 1.0.

ver_ICorDebugAssemblyEnum

The ICorDebugAssemblyEnum interface foi introduzida no .NET estrutura 1.0.

ver_ICorDebugEditAndContinueErrorInfo

The ICorDebugEditAndContinueErrorInfo interface foi introduzida no .NET estrutura 1.0.

ver_ICorDebugEditAndContinueSnapshot

The ICorDebugEditAndContinueSnapshot interface foi introduzida no .NET estrutura 1.0.

CorDebugVersion_1_1

A versão do .NET estrutura, incluindo todos os seus serviço packs, é 1,1.

CorDebugVersion_2_0

A versão do .NET estrutura, incluindo todos os seus serviço packs, é 2,0.

ver_ICorDebugManagedCallback2

The ICorDebugManagedCallback2 interface foi introduzida no .NET estrutura 2.0.

ver_ICorDebugAppDomain2

The ICorDebugAppDomain2 interface foi introduzida no .NET estrutura 2.0.

ver_ICorDebugProcess2

The ICorDebugProcess2 interface foi introduzida no .NET estrutura 2.0.

ver_ICorDebugStepper2

The ICorDebugStepper2 interface foi introduzida no .NET estrutura 2.0.

ver_ICorDebugRegisterSet2

The ICorDebugRegisterSet2 interface foi introduzida no .NET estrutura 2.0.

ver_ICorDebugThread2

The ICorDebugThread2 interface foi introduzida no .NET estrutura 2.0.

ver_ICorDebugILFrame2

The ICorDebugILFrame2 interface foi introduzida no .NET estrutura 2.0.

ver_ICorDebugModule2

The ICorDebugModule2 interface foi introduzida no .NET estrutura 2.0.

ver_ICorDebugFunction2

The ICorDebugFunction2 interface foi introduzida no .NET estrutura 2.0.

ver_ICorDebugCode2

The ICorDebugCode2 interface foi introduzida no .NET estrutura 2.0.

ver_ICorDebugClass2

The ICorDebugClass2 interface foi introduzida no .NET estrutura 2.0.

ver_ICorDebugValue2

The ICorDebugValue2 interface foi introduzida no .NET estrutura 2.0.

ver_ICorDebugEval2

The ICorDebugEval2 interface foi introduzida no .NET estrutura 2.0.

ver_ICorDebugObjectValue2

The ICorDebugObjectValue2 interface foi introduzida no .NET estrutura 2.0.

CorDebugLatestVersion

A versão do .NET estrutura, incluindo todos os seus serviço packs, é a versão mais recente.

Comentários

Um depurador pode usar o CorDebugInterfaceVersion enumeração no CreateDebuggingInterfaceFromVersion função para especificar a versão mais alta do .NET estrutura que o depurador oferece suporte.

Requisitos

Plataformas: See Requisitos de sistema do .NET framework.

Cabeçalho: CorDebug.idl

Biblioteca: CorGuids.lib

.NET Framework Versions: 3.5 SP1, 3,5, 3.0 SP1, 3.0, 2.0 SP1, 2.0

Consulte também

Outros recursos

Enumerações de depuração