C# Class Otp.Erlang.Pid

Inheritance: Erlang.Object
Afficher le fichier Open project: saleyn/otp.net Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( System o ) : bool
GetHashCode ( ) : int
Pid ( OtpInputStream buf ) : System
Pid ( OtpLocalNode self ) : System
Pid ( System node, int id, int serial, int creation ) : System
ToString ( ) : System.String
creation ( ) : int
encode ( OtpOutputStream buf ) : void
hashCode ( ) : int
id ( ) : int
node ( ) : System.String
serial ( ) : int

Method Details

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Pid() public méthode

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

Pid() public méthode

public Pid ( OtpLocalNode self ) : System
self OtpLocalNode
Résultat System

Pid() public méthode

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

ToString() public méthode

public ToString ( ) : System.String
Résultat System.String

creation() public méthode

public creation ( ) : int
Résultat int

encode() public méthode

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

hashCode() public méthode

public hashCode ( ) : int
Résultat int

id() public méthode

public id ( ) : int
Résultat int

node() public méthode

public node ( ) : System.String
Résultat System.String

serial() public méthode

public serial ( ) : int
Résultat int