C# Class slinject.Debugger.BreakpointManager

Afficher le fichier Open project: anvaka/slinject Class Usage Examples

Méthodes publiques

Méthode Description
Deactivate ( ICorDebugBreakpoint bp ) : void
DeactivateAll ( ) : void
GetMethodName ( ICorDebugBreakpoint bp ) : string

Private Methods

Méthode Description
AddRange ( List breakpoints ) : void
GetFunctionToken ( ICorDebugBreakpoint bp ) : uint
UpdateBreakpointsInModule ( DebugModule module ) : void

Method Details

Deactivate() public méthode

public Deactivate ( ICorDebugBreakpoint bp ) : void
bp ICorDebugBreakpoint
Résultat void

DeactivateAll() public méthode

public DeactivateAll ( ) : void
Résultat void

GetMethodName() public méthode

public GetMethodName ( ICorDebugBreakpoint bp ) : string
bp ICorDebugBreakpoint
Résultat string