StackFrameExtensions Classe

Definição

Fornece métodos de extensão para a classe StackFrame, que representa uma chamada de função na pilha de chamadas do thread atual.Provides extension methods for the StackFrame class, which represents a function call on the call stack for the current thread.

public ref class StackFrameExtensions abstract sealed
public static class StackFrameExtensions
type StackFrameExtensions = class
Public Module StackFrameExtensions
Herança
StackFrameExtensions

Métodos

GetNativeImageBase(StackFrame)

Retorna um ponteiro para o endereço básico da imagem nativa na qual esse registro de ativação está sendo executado.Returns a pointer to the base address of the native image that this stack frame is executing.

GetNativeIP(StackFrame)

Obtém um ponteiro de interface para o início do código nativo para o método que está sendo executado.Gets an interface pointer to the start of the native code for the method that is being executed.

HasILOffset(StackFrame)

Indica se um deslocamento do início do código do nível de integridade para o método que está sendo executado está disponível.Indicates whether an offset from the start of the IL code for the method that is executing is available.

HasMethod(StackFrame)

Indica se as informações sobre o método no qual o quadro especificado está em execução estão disponíveis.Indicates whether information about the method in which the specified frame is executing is available.

HasNativeImage(StackFrame)

Indica se a imagem nativa está disponível para o registro de ativação especificado.Indicates whether the native image is available for the specified stack frame.

HasSource(StackFrame)

Indica se o arquivo que contém o código que o registro de ativação especificado está executando está disponível.Indicates whether the file that contains the code that the specified stack frame is executing is available.

Aplica-se a