C# Class K2Informatics.Erlnet.OtpErlangExternalFun

Inheritance: OtpErlangObject
Show file Open project: K2InformaticsGmbH/erlnet

Public Methods

Method Description
Equals ( Object o ) : bool
GetHashCode ( ) : int
OtpErlangExternalFun ( OtpInputStream buf ) : System
OtpErlangExternalFun ( String module, String function, int arity ) : System
ToString ( ) : String
encode ( OtpOutputStream buf ) : void

Protected Methods

Method Description
doHashCode ( ) : int

Method Details

Equals() public method

public Equals ( Object o ) : bool
o Object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

OtpErlangExternalFun() public method

public OtpErlangExternalFun ( OtpInputStream buf ) : System
buf OtpInputStream
return System

OtpErlangExternalFun() public method

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

ToString() public method

public ToString ( ) : String
return String

doHashCode() protected method

protected doHashCode ( ) : int
return int

encode() public method

public encode ( OtpOutputStream buf ) : void
buf OtpOutputStream
return void