C# Class slinject.Debugger.BreakpointManager

Mostra file Open project: anvaka/slinject Class Usage Examples

Public Methods

Method Description
Deactivate ( ICorDebugBreakpoint bp ) : void
DeactivateAll ( ) : void
GetMethodName ( ICorDebugBreakpoint bp ) : string

Private Methods

Method Description
AddRange ( List breakpoints ) : void
GetFunctionToken ( ICorDebugBreakpoint bp ) : uint
UpdateBreakpointsInModule ( DebugModule module ) : void

Method Details

Deactivate() public method

public Deactivate ( ICorDebugBreakpoint bp ) : void
bp ICorDebugBreakpoint
return void

DeactivateAll() public method

public DeactivateAll ( ) : void
return void

GetMethodName() public method

public GetMethodName ( ICorDebugBreakpoint bp ) : string
bp ICorDebugBreakpoint
return string