Method | Description | |
---|---|---|
Connect ( string path ) : void | ||
Dispose ( ) : void | ||
GoTo ( string file, int line, int column ) : void | ||
Send ( string message ) : void | ||
SetFocus ( ) : void |
Method | Description | |
---|---|---|
canConnect ( ) : bool | ||
isConnected ( ) : bool |
public GoTo ( string file, int line, int column ) : void | ||
file | string | |
line | int | |
column | int | |
return | void |