C# Class Application, vim-remote

Afficher le fichier Open project: ynkdir/vim-remote Class Usage Examples

Méthodes publiques

Свойство Type Description
enc System.Text.Encoding

Méthodes publiques

Méthode Description
Main ( string args ) : void
command_remoteexpr ( string servername, string expr ) : void
command_remotesend ( string servername, string keys ) : void
command_server ( string servername ) : void
command_serverlist ( ) : void
eval ( string expr, byte result ) : int
run ( string args ) : void
send ( string keys ) : int
strlen ( byte p ) : int
strsave ( string str ) : byte*
usage ( ) : void

Private Methods

Méthode Description
vimremote_eventloop ( int forever ) : int
vimremote_free ( byte p ) : void
vimremote_init ( ) : int
vimremote_malloc ( UIntPtr len ) : byte*
vimremote_register ( string servername, vimremote_send_f send_f, vimremote_expr_f expr_f ) : int
vimremote_remoteexpr ( string servername, string expr, byte result ) : int
vimremote_remotesend ( string servername, string expr ) : int
vimremote_serverlist ( byte servernames ) : int
vimremote_uninit ( ) : int

Method Details

Main() public static méthode

public static Main ( string args ) : void
args string
Résultat void

command_remoteexpr() public méthode

public command_remoteexpr ( string servername, string expr ) : void
servername string
expr string
Résultat void

command_remotesend() public méthode

public command_remotesend ( string servername, string keys ) : void
servername string
keys string
Résultat void

command_server() public méthode

public command_server ( string servername ) : void
servername string
Résultat void

command_serverlist() public méthode

public command_serverlist ( ) : void
Résultat void

eval() public méthode

public eval ( string expr, byte result ) : int
expr string
result byte
Résultat int

run() public méthode

public run ( string args ) : void
args string
Résultat void

send() public méthode

public send ( string keys ) : int
keys string
Résultat int

strlen() public méthode

public strlen ( byte p ) : int
p byte
Résultat int

strsave() public méthode

public strsave ( string str ) : byte*
str string
Résultat byte*

usage() public méthode

public usage ( ) : void
Résultat void

Property Details

enc public_oe property

public System.Text.Encoding enc
Résultat System.Text.Encoding