C# Class System.Diagnostics.StackFrameExtensions

Mostra file Open project: dotnet/corefx

Public Methods

Method 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 method

public static GetNativeIP ( this stackFrame ) : System.IntPtr
stackFrame this
return System.IntPtr

GetNativeImageBase() public static method

public static GetNativeImageBase ( this stackFrame ) : System.IntPtr
stackFrame this
return System.IntPtr

HasILOffset() public static method

public static HasILOffset ( this stackFrame ) : bool
stackFrame this
return bool

HasMethod() public static method

public static HasMethod ( this stackFrame ) : bool
stackFrame this
return bool

HasNativeImage() public static method

public static HasNativeImage ( this stackFrame ) : bool
stackFrame this
return bool

HasSource() public static method

public static HasSource ( this stackFrame ) : bool
stackFrame this
return bool