C# Class Mono.Debugger.SourceFileFactory

Inheritance: DebuggerMarshalByRefObject
Show file Open project: baulig/debugger Class Usage Examples

Public Methods

Method Description
Exists ( string name ) : bool
FindFile ( string name ) : SourceBuffer

Private Methods

Method Description
read_file ( object user_data ) : object

Method Details

Exists() public method

public Exists ( string name ) : bool
name string
return bool

FindFile() public method

public FindFile ( string name ) : SourceBuffer
name string
return SourceBuffer