C# 클래스 Otp.Erlang.Pid

상속: Erlang.Object
파일 보기 프로젝트 열기: saleyn/otp.net 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( System o ) : bool
GetHashCode ( ) : int
Pid ( OtpInputStream buf ) : System
Pid ( OtpLocalNode self ) : System
Pid ( System node, int id, int serial, int creation ) : System
ToString ( ) : System.String
creation ( ) : int
encode ( OtpOutputStream buf ) : void
hashCode ( ) : int
id ( ) : int
node ( ) : System.String
serial ( ) : int

메소드 상세

Equals() 공개 메소드

public Equals ( System o ) : bool
o System
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Pid() 공개 메소드

public Pid ( OtpInputStream buf ) : System
buf OtpInputStream
리턴 System

Pid() 공개 메소드

public Pid ( OtpLocalNode self ) : System
self OtpLocalNode
리턴 System

Pid() 공개 메소드

public Pid ( System node, int id, int serial, int creation ) : System
node System
id int
serial int
creation int
리턴 System

ToString() 공개 메소드

public ToString ( ) : System.String
리턴 System.String

creation() 공개 메소드

public creation ( ) : int
리턴 int

encode() 공개 메소드

public encode ( OtpOutputStream buf ) : void
buf OtpOutputStream
리턴 void

hashCode() 공개 메소드

public hashCode ( ) : int
리턴 int

id() 공개 메소드

public id ( ) : int
리턴 int

node() 공개 메소드

public node ( ) : System.String
리턴 System.String

serial() 공개 메소드

public serial ( ) : int
리턴 int