C# 클래스 K2Informatics.Erlnet.OtpErlangPid

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

공개 메소드들

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

보호된 메소드들

메소드 설명
doHashCode ( ) : int

비공개 메소드들

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

메소드 상세

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

OtpErlangPid() 공개 메소드

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

OtpErlangPid() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

compareTo() 공개 메소드

public compareTo ( Object o ) : int
o Object
리턴 int

doHashCode() 보호된 메소드

protected doHashCode ( ) : int
리턴 int

encode() 공개 메소드

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