Enumeração CorDebugInternalFrameTypeCorDebugInternalFrameType Enumeration
Identifica o tipo de quadro de pilha.Identifies the type of stack frame. Essa enumeração é usada pelo método ICorDebugInternalFrame:: GetFrameType .This enumeration is used by the ICorDebugInternalFrame::GetFrameType method.
SintaxeSyntax
typedef enum CorDebugInternalFrameType {
STUBFRAME_NONE = 0x00000000,
STUBFRAME_M2U = 0x00000001,
STUBFRAME_U2M = 0x00000002,
STUBFRAME_APPDOMAIN_TRANSITION = 0x00000003,
STUBFRAME_LIGHTWEIGHT_FUNCTION = 0x00000004,
STUBFRAME_FUNC_EVAL = 0x00000005,
STUBFRAME_INTERNALCALL = 0x00000006,
STUBFRAME_CLASS_INIT = 0x00000007,
STUBFRAME_EXCEPTION = 0x00000008,
STUBFRAME_SECURITY = 0x00000009,
STUBFRAME_JIT_COMPILATION = 0x0000000a,
} CorDebugInternalFrameType;
MembrosMembers
MembroMember | DESCRIÇÃODescription |
---|---|
STUBFRAME_NONE |
Um valor nulo.A null value. O ICorDebugInternalFrame::GetFrameType método nunca retorna esse valor.The ICorDebugInternalFrame::GetFrameType method never returns this value. |
STUBFRAME_M2U |
Um quadro de stub gerenciado para não gerenciado.A managed-to-unmanaged stub frame. |
STUBFRAME_U2M |
Um quadro de stub não gerenciado para gerenciamento.An unmanaged-to-managed stub frame. |
STUBFRAME_APPDOMAIN_TRANSITION |
Uma transição entre domínios de aplicativo.A transition between application domains. |
STUBFRAME_LIGHTWEIGHT_FUNCTION |
Uma chamada de método leve.A lightweight method call. |
STUBFRAME_FUNC_EVAL |
O início da avaliação da função.The start of function evaluation. |
STUBFRAME_INTERNALCALL |
Uma chamada interna para o Common Language Runtime.An internal call into the common language runtime. |
STUBFRAME_CLASS_INIT |
O início de uma inicialização de classe.The start of a class initialization. |
STUBFRAME_EXCEPTION |
Uma exceção que é lançada.An exception that is thrown. |
STUBFRAME_SECURITY |
Um quadro usado para segurança de acesso ao código.A frame used for code access security. |
STUBFRAME_JIT_COMPILATION |
O tempo de execução é a compilação JIT de um método.The runtime is JIT-compiling a method. |
RequisitosRequirements
Plataformas: confira Requisitos do sistema.Platforms: See System Requirements.
Cabeçalho: CorDebug.idl, CorDebug.hHeader: CorDebug.idl, CorDebug.h
Biblioteca: CorGuids.libLibrary: CorGuids.lib
.NET Framework versões:Disponível desde o 2.0Available since 2.0.NET Framework Versions: Disponível desde o 2.0Available since 2.0