C# 클래스 AjTalk.Hosting.RemotingHostClient

상속: IHost
파일 보기 프로젝트 열기: ajlopez/AjTalk 1 사용 예제들

공개 메소드들

메소드 설명
Evaluate ( string expression ) : object
Execute ( string commandtext ) : void
Invoke ( IObject obj, string msgname ) : object
RemotingHostClient ( string address ) : System
RemotingHostClient ( string hostname, int port, string name ) : System
ResultToObject ( object result ) : object

비공개 메소드들

메소드 설명
MakeAddress ( string hostname, int port, string name ) : string

메소드 상세

Evaluate() 공개 메소드

public Evaluate ( string expression ) : object
expression string
리턴 object

Execute() 공개 메소드

public Execute ( string commandtext ) : void
commandtext string
리턴 void

Invoke() 공개 메소드

public Invoke ( IObject obj, string msgname ) : object
obj IObject
msgname string
리턴 object

RemotingHostClient() 공개 메소드

public RemotingHostClient ( string address ) : System
address string
리턴 System

RemotingHostClient() 공개 메소드

public RemotingHostClient ( string hostname, int port, string name ) : System
hostname string
port int
name string
리턴 System

ResultToObject() 공개 메소드

public ResultToObject ( object result ) : object
result object
리턴 object