C# 클래스 K2Informatics.Erlnet.OtpErlangObject

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

보호된 프로퍼티들

프로퍼티 타입 설명
hashCodeValue int

공개 메소드들

메소드 설명
Clone ( ) : Object
Equals ( Object o ) : bool
GetHashCode ( ) : int
ToString ( ) : String
decode ( OtpInputStream buf ) : OtpErlangObject
encode ( OtpOutputStream buf ) : void

보호된 메소드들

메소드 설명
doHashCode ( ) : int

메소드 상세

Clone() 공개 메소드

public Clone ( ) : Object
리턴 Object

Equals() 공개 추상적인 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 추상적인 메소드

public abstract ToString ( ) : String
리턴 String

decode() 공개 정적인 메소드

public static decode ( OtpInputStream buf ) : OtpErlangObject
buf OtpInputStream
리턴 OtpErlangObject

doHashCode() 보호된 메소드

protected doHashCode ( ) : int
리턴 int

encode() 공개 추상적인 메소드

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

프로퍼티 상세

hashCodeValue 보호되어 있는 프로퍼티

protected int hashCodeValue
리턴 int