C# Класс System.Diagnostics.StackFrameExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
GetNativeIP ( this stackFrame ) : System.IntPtr
GetNativeImageBase ( this stackFrame ) : System.IntPtr
HasILOffset ( this stackFrame ) : bool
HasMethod ( this stackFrame ) : bool
HasNativeImage ( this stackFrame ) : bool
HasSource ( this stackFrame ) : bool

Описание методов

GetNativeIP() публичный статический Метод

public static GetNativeIP ( this stackFrame ) : System.IntPtr
stackFrame this
Результат System.IntPtr

GetNativeImageBase() публичный статический Метод

public static GetNativeImageBase ( this stackFrame ) : System.IntPtr
stackFrame this
Результат System.IntPtr

HasILOffset() публичный статический Метод

public static HasILOffset ( this stackFrame ) : bool
stackFrame this
Результат bool

HasMethod() публичный статический Метод

public static HasMethod ( this stackFrame ) : bool
stackFrame this
Результат bool

HasNativeImage() публичный статический Метод

public static HasNativeImage ( this stackFrame ) : bool
stackFrame this
Результат bool

HasSource() публичный статический Метод

public static HasSource ( this stackFrame ) : bool
stackFrame this
Результат bool