C# 클래스 slinject.Debugger.BreakpointManager

파일 보기 프로젝트 열기: anvaka/slinject 1 사용 예제들

공개 메소드들

메소드 설명
Deactivate ( ICorDebugBreakpoint bp ) : void
DeactivateAll ( ) : void
GetMethodName ( ICorDebugBreakpoint bp ) : string

비공개 메소드들

메소드 설명
AddRange ( List breakpoints ) : void
GetFunctionToken ( ICorDebugBreakpoint bp ) : uint
UpdateBreakpointsInModule ( DebugModule module ) : void

메소드 상세

Deactivate() 공개 메소드

public Deactivate ( ICorDebugBreakpoint bp ) : void
bp ICorDebugBreakpoint
리턴 void

DeactivateAll() 공개 메소드

public DeactivateAll ( ) : void
리턴 void

GetMethodName() 공개 메소드

public GetMethodName ( ICorDebugBreakpoint bp ) : string
bp ICorDebugBreakpoint
리턴 string