C# 클래스 Application, vim-remote

파일 보기 프로젝트 열기: ynkdir/vim-remote 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
enc System.Text.Encoding

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Main() 공개 정적인 메소드

public static Main ( string args ) : void
args string
리턴 void

command_remoteexpr() 공개 메소드

public command_remoteexpr ( string servername, string expr ) : void
servername string
expr string
리턴 void

command_remotesend() 공개 메소드

public command_remotesend ( string servername, string keys ) : void
servername string
keys string
리턴 void

command_server() 공개 메소드

public command_server ( string servername ) : void
servername string
리턴 void

command_serverlist() 공개 메소드

public command_serverlist ( ) : void
리턴 void

eval() 공개 메소드

public eval ( string expr, byte result ) : int
expr string
result byte
리턴 int

run() 공개 메소드

public run ( string args ) : void
args string
리턴 void

send() 공개 메소드

public send ( string keys ) : int
keys string
리턴 int

strlen() 공개 메소드

public strlen ( byte p ) : int
p byte
리턴 int

strsave() 공개 메소드

public strsave ( string str ) : byte*
str string
리턴 byte*

usage() 공개 메소드

public usage ( ) : void
리턴 void

프로퍼티 상세

enc 공개적으로 프로퍼티

public System.Text.Encoding enc
리턴 System.Text.Encoding