C# 클래스 Droog.Calculon.ActorRef

파일 보기 프로젝트 열기: sdether/Calculon 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IsRelative bool
Path string[]
Scheme string

공개 메소드들

메소드 설명
AsChildOf ( ActorRef parent ) : ActorRef
At ( string name ) : ActorRef
Parse ( string address ) : ActorRef
RelativeTo ( ActorRef parent ) : ActorRef
ToString ( ) : string

비공개 메소드들

메소드 설명
ActorRef ( string path, bool isRelative = false, string scheme = "calculon" ) : System

메소드 상세

AsChildOf() 공개 메소드

public AsChildOf ( ActorRef parent ) : ActorRef
parent ActorRef
리턴 ActorRef

At() 공개 메소드

public At ( string name ) : ActorRef
name string
리턴 ActorRef

Parse() 공개 정적인 메소드

public static Parse ( string address ) : ActorRef
address string
리턴 ActorRef

RelativeTo() 공개 메소드

public RelativeTo ( ActorRef parent ) : ActorRef
parent ActorRef
리턴 ActorRef

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

IsRelative 공개적으로 프로퍼티

public bool IsRelative
리턴 bool

Path 공개적으로 프로퍼티

public string[] Path
리턴 string[]

Scheme 공개적으로 프로퍼티

public string Scheme
리턴 string