C# Class K2Informatics.Erlnet.OtpErlangExternalFun

Inheritance: OtpErlangObject
Afficher le fichier Open project: K2InformaticsGmbH/erlnet

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
doHashCode ( ) : int

Method Details

Equals() public méthode

public Equals ( Object o ) : bool
o Object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

OtpErlangExternalFun() public méthode

public OtpErlangExternalFun ( OtpInputStream buf ) : System
buf OtpInputStream
Résultat System

OtpErlangExternalFun() public méthode

public OtpErlangExternalFun ( String module, String function, int arity ) : System
module String
function String
arity int
Résultat System

ToString() public méthode

public ToString ( ) : String
Résultat String

doHashCode() protected méthode

protected doHashCode ( ) : int
Résultat int

encode() public méthode

public encode ( OtpOutputStream buf ) : void
buf OtpOutputStream
Résultat void