C# Class System.Diagnostics.StackFrameExtensions

Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
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

Method Details

GetNativeIP() public static méthode

public static GetNativeIP ( this stackFrame ) : System.IntPtr
stackFrame this
Résultat System.IntPtr

GetNativeImageBase() public static méthode

public static GetNativeImageBase ( this stackFrame ) : System.IntPtr
stackFrame this
Résultat System.IntPtr

HasILOffset() public static méthode

public static HasILOffset ( this stackFrame ) : bool
stackFrame this
Résultat bool

HasMethod() public static méthode

public static HasMethod ( this stackFrame ) : bool
stackFrame this
Résultat bool

HasNativeImage() public static méthode

public static HasNativeImage ( this stackFrame ) : bool
stackFrame this
Résultat bool

HasSource() public static méthode

public static HasSource ( this stackFrame ) : bool
stackFrame this
Résultat bool