C# Class Mono.Debugger.SourceFileFactory

Inheritance: DebuggerMarshalByRefObject
Afficher le fichier Open project: baulig/debugger Class Usage Examples

Méthodes publiques

Méthode Description
Exists ( string name ) : bool
FindFile ( string name ) : SourceBuffer

Private Methods

Méthode Description
read_file ( object user_data ) : object

Method Details

Exists() public méthode

public Exists ( string name ) : bool
name string
Résultat bool

FindFile() public méthode

public FindFile ( string name ) : SourceBuffer
name string
Résultat SourceBuffer