C# 클래스 K2Informatics.Erlnet.OtpErlangExternalFun

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

공개 메소드들

메소드 설명
Equals ( Object o ) : bool
GetHashCode ( ) : int
OtpErlangExternalFun ( OtpInputStream buf ) : System
OtpErlangExternalFun ( String module, String function, int arity ) : System
ToString ( ) : String
encode ( OtpOutputStream buf ) : void

보호된 메소드들

메소드 설명
doHashCode ( ) : int

메소드 상세

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

OtpErlangExternalFun() 공개 메소드

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

OtpErlangExternalFun() 공개 메소드

public OtpErlangExternalFun ( String module, String function, int arity ) : System
module String
function String
arity int
리턴 System

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

doHashCode() 보호된 메소드

protected doHashCode ( ) : int
리턴 int

encode() 공개 메소드

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