C# Class OpenIDE.CodeEngine.Core.EditorEngine.Editor

Inheritance: IDisposable
Afficher le fichier Open project: continuoustests/OpenIDE Class Usage Examples

Méthodes publiques

Méthode Description
Connect ( string path ) : void
Dispose ( ) : void
GoTo ( string file, int line, int column ) : void
Send ( string message ) : void
SetFocus ( ) : void

Private Methods

Méthode Description
canConnect ( ) : bool
isConnected ( ) : bool

Method Details

Connect() public méthode

public Connect ( string path ) : void
path string
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GoTo() public méthode

public GoTo ( string file, int line, int column ) : void
file string
line int
column int
Résultat void

Send() public méthode

public Send ( string message ) : void
message string
Résultat void

SetFocus() public méthode

public SetFocus ( ) : void
Résultat void