C# Class Mono.Debugger.SourceLocation

Show file Open project: baulig/debugger Class Usage Examples

Public Properties

Property Type Description
Column int
FileName string
Line int
Name string

Protected Properties

Property Type Description
Method string
Module string

Public Methods

Method Description
SourceLocation ( MethodSource source ) : System
SourceLocation ( MethodSource source, SourceFile file, int line ) : System
SourceLocation ( MethodSource source, SourceFile file, int line, int column ) : System
SourceLocation ( SourceFile file, int line ) : System
SourceLocation ( SourceFile file, int line, int column ) : System
SourceLocation ( TargetFunctionType function ) : System
SourceLocation ( string file, int line ) : System
SourceLocation ( string file, int line, int column ) : System

Protected Methods

Method Description
Resolve ( DebuggerSession session ) : bool

Private Methods

Method Description
GetSessionData ( XmlElement root ) : void
OnTargetExited ( ) : void
ResolveBreakpoint ( DebuggerSession session, Breakpoint breakpoint ) : BreakpointHandle
SourceLocation ( DebuggerSession session, XPathNavigator navigator ) : System
SourceLocation ( DynamicSourceLocation dynamic ) : System

Method Details

Resolve() protected method

protected Resolve ( DebuggerSession session ) : bool
session DebuggerSession
return bool

SourceLocation() public method

public SourceLocation ( MethodSource source ) : System
source MethodSource
return System

SourceLocation() public method

public SourceLocation ( MethodSource source, SourceFile file, int line ) : System
source MethodSource
file SourceFile
line int
return System

SourceLocation() public method

public SourceLocation ( MethodSource source, SourceFile file, int line, int column ) : System
source MethodSource
file SourceFile
line int
column int
return System

SourceLocation() public method

public SourceLocation ( SourceFile file, int line ) : System
file SourceFile
line int
return System

SourceLocation() public method

public SourceLocation ( SourceFile file, int line, int column ) : System
file SourceFile
line int
column int
return System

SourceLocation() public method

public SourceLocation ( TargetFunctionType function ) : System
function Mono.Debugger.Languages.TargetFunctionType
return System

SourceLocation() public method

public SourceLocation ( string file, int line ) : System
file string
line int
return System

SourceLocation() public method

public SourceLocation ( string file, int line, int column ) : System
file string
line int
column int
return System

Property Details

Column public property

public int Column
return int

FileName public property

public string FileName
return string

Line public property

public int Line
return int

Method protected property

protected string Method
return string

Module protected property

protected string Module
return string

Name public property

public string Name
return string