C# Class Continuous.Client.MonoDevelopContinuousEnv

Inheritance: ContinuousEnv
Afficher le fichier Open project: praeclarum/Continuous Class Usage Examples

Méthodes protégées

Méthode Description
GetCursorLocationAsync ( ) : Task
GetSelectedTextAsync ( ) : Task
GetTopLevelTypeDeclsAsync ( ) : Task
MonitorEditorChanges ( ) : void
SetWatchTextAsync ( Continuous.Client.WatchVariable w, List vals ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
ActiveDoc_DocumentParsed ( object sender, EventArgs e ) : void
BindActiveDoc ( object sender, EventArgs e ) : void

Method Details

GetCursorLocationAsync() protected méthode

protected GetCursorLocationAsync ( ) : Task
Résultat Task

GetSelectedTextAsync() protected méthode

protected GetSelectedTextAsync ( ) : Task
Résultat Task

GetTopLevelTypeDeclsAsync() protected méthode

protected GetTopLevelTypeDeclsAsync ( ) : Task
Résultat Task

MonitorEditorChanges() protected méthode

protected MonitorEditorChanges ( ) : void
Résultat void

SetWatchTextAsync() protected méthode

protected SetWatchTextAsync ( Continuous.Client.WatchVariable w, List vals ) : System.Threading.Tasks.Task
w Continuous.Client.WatchVariable
vals List
Résultat System.Threading.Tasks.Task