C# Class Mono.Debugger.SourceFile

Show file Open project: baulig/debugger Class Usage Examples

Public Methods

Method Description
CheckModified ( ) : bool
Equals ( object o ) : bool
FindLine ( int line ) : SourceLocation
FindMethod ( int line ) : MethodSource
GetHashCode ( ) : int
SourceFile ( DebuggerSession session, Module module, string name ) : System
ToString ( ) : string

Method Details

CheckModified() public abstract method

public abstract CheckModified ( ) : bool
return bool

Equals() public method

public Equals ( object o ) : bool
o object
return bool

FindLine() public method

public FindLine ( int line ) : SourceLocation
line int
return SourceLocation

FindMethod() public method

public FindMethod ( int line ) : MethodSource
line int
return MethodSource

GetHashCode() public method

public GetHashCode ( ) : int
return int

SourceFile() public method

public SourceFile ( DebuggerSession session, Module module, string name ) : System
session DebuggerSession
module Module
name string
return System

ToString() public method

public ToString ( ) : string
return string