C# 클래스 K2Informatics.Erlnet.OtpErlangFun

상속: OtpErlangObject
파일 보기 프로젝트 열기: K2InformaticsGmbH/erlnet

공개 메소드들

메소드 설명
Equals ( Object o ) : bool
GetHashCode ( ) : int
OtpErlangFun ( OtpErlangPid pid, String module, int arity, byte md5, int index, long old_index, long uniq, OtpErlangObject freeVars ) : System
OtpErlangFun ( OtpErlangPid pid, String module, long index, long uniq, OtpErlangObject freeVars ) : System
OtpErlangFun ( OtpInputStream buf ) : System
ToString ( ) : String
encode ( OtpOutputStream buf ) : void

보호된 메소드들

메소드 설명
doHashCode ( ) : int

메소드 상세

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

OtpErlangFun() 공개 메소드

public OtpErlangFun ( OtpErlangPid pid, String module, int arity, byte md5, int index, long old_index, long uniq, OtpErlangObject freeVars ) : System
pid OtpErlangPid
module String
arity int
md5 byte
index int
old_index long
uniq long
freeVars OtpErlangObject
리턴 System

OtpErlangFun() 공개 메소드

public OtpErlangFun ( OtpErlangPid pid, String module, long index, long uniq, OtpErlangObject freeVars ) : System
pid OtpErlangPid
module String
index long
uniq long
freeVars OtpErlangObject
리턴 System

OtpErlangFun() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

doHashCode() 보호된 메소드

protected doHashCode ( ) : int
리턴 int

encode() 공개 메소드

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