C# 클래스 System.Diagnostics.StackFrameExtensions

파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
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