C# Class K2Informatics.Erlnet.OtpErlangPid

Inheritance: OtpErlangObject
Afficher le fichier Open project: K2InformaticsGmbH/erlnet Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( Object o ) : bool
GetHashCode ( ) : int
OtpErlangPid ( OtpInputStream buf ) : System
OtpErlangPid ( String node, int id, int serial, int creation ) : System
ToString ( ) : String
compareTo ( Object o ) : int
encode ( OtpOutputStream buf ) : void

Méthodes protégées

Méthode Description
doHashCode ( ) : int

Private Methods

Méthode Description
OtpErlangPid ( OtpLocalNode self ) : System

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

OtpErlangPid() public méthode

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

OtpErlangPid() public méthode

public OtpErlangPid ( String node, int id, int serial, int creation ) : System
node String
id int
serial int
creation int
Résultat System

ToString() public méthode

public ToString ( ) : String
Résultat String

compareTo() public méthode

public compareTo ( Object o ) : int
o Object
Résultat int

doHashCode() protected méthode

protected doHashCode ( ) : int
Résultat int

encode() public méthode

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