C# Class Mono.Debugger.Languages.Mono.MonoFunctionType.MyBreakpointHandle

Inheritance: FunctionBreakpointHandle
Afficher le fichier Open project: baulig/debugger

Méthodes publiques

Méthode Description
Insert ( System.Thread thread ) : void
MyBreakpointHandle ( Breakpoint bpt, MonoFunctionType function, int line, int column ) : System
Remove ( System.Thread thread ) : void

Private Methods

Méthode Description
MethodLoaded ( TargetAccess target, Method method ) : void

Method Details

Insert() public méthode

public Insert ( System.Thread thread ) : void
thread System.Thread
Résultat void

MyBreakpointHandle() public méthode

public MyBreakpointHandle ( Breakpoint bpt, MonoFunctionType function, int line, int column ) : System
bpt Breakpoint
function MonoFunctionType
line int
column int
Résultat System

Remove() public méthode

public Remove ( System.Thread thread ) : void
thread System.Thread
Résultat void