C# 클래스 Otp.Erlang.Ref

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

공개 메소드들

메소드 설명
Equals ( System o ) : bool
GetHashCode ( ) : int
Ref ( OtpInputStream buf ) : System
Ref ( OtpLocalNode self ) : System
Ref ( System node, int id, int creation ) : System
ToString ( ) : System.String
clone ( ) : Object
creation ( ) : int
encode ( OtpOutputStream buf ) : void
id ( ) : int
ids ( ) : int[]
isNewRef ( ) : bool
node ( ) : System.String

메소드 상세

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Ref() 공개 메소드

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

Ref() 공개 메소드

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

Ref() 공개 메소드

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

ToString() 공개 메소드

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

clone() 공개 메소드

public clone ( ) : Object
리턴 System.Object

creation() 공개 메소드

public creation ( ) : int
리턴 int

encode() 공개 메소드

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

id() 공개 메소드

public id ( ) : int
리턴 int

ids() 공개 메소드

public ids ( ) : int[]
리턴 int[]

isNewRef() 공개 메소드

public isNewRef ( ) : bool
리턴 bool

node() 공개 메소드

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