C# 클래스 K2Informatics.Erlnet.OtpErlangRef

상속: OtpErlangObject
파일 보기 프로젝트 열기: K2InformaticsGmbH/erlnet 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : Object
Equals ( Object o ) : bool
GetHashCode ( ) : int
OtpErlangRef ( OtpInputStream buf ) : System
OtpErlangRef ( String node, int id, int creation ) : System
ToString ( ) : String
encode ( OtpOutputStream buf ) : void
isNewRef ( ) : bool

보호된 메소드들

메소드 설명
doHashCode ( ) : int

비공개 메소드들

메소드 설명
OtpErlangRef ( OtpLocalNode self ) : System

메소드 상세

Clone() 공개 메소드

public Clone ( ) : Object
리턴 Object

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

OtpErlangRef() 공개 메소드

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

OtpErlangRef() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

doHashCode() 보호된 메소드

protected doHashCode ( ) : int
리턴 int

encode() 공개 메소드

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

isNewRef() 공개 메소드

public isNewRef ( ) : bool
리턴 bool