C# Класс Mono.Debugger.Languages.Mono.MonoFunctionType.MyBreakpointHandle

Наследование: FunctionBreakpointHandle
Показать файл Открыть проект

Открытые методы

Метод Описание
Insert ( System.Thread thread ) : void
MyBreakpointHandle ( Breakpoint bpt, MonoFunctionType function, int line, int column ) : System
Remove ( System.Thread thread ) : void

Приватные методы

Метод Описание
MethodLoaded ( TargetAccess target, Method method ) : void

Описание методов

Insert() публичный Метод

public Insert ( System.Thread thread ) : void
thread System.Thread
Результат void

MyBreakpointHandle() публичный Метод

public MyBreakpointHandle ( Breakpoint bpt, MonoFunctionType function, int line, int column ) : System
bpt Breakpoint
function MonoFunctionType
line int
column int
Результат System

Remove() публичный Метод

public Remove ( System.Thread thread ) : void
thread System.Thread
Результат void