C# Class K2Informatics.Erlnet.OtpErlangRef

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
doHashCode ( ) : int

Private Methods

Méthode Description
OtpErlangRef ( OtpLocalNode self ) : System

Method Details

Clone() public méthode

public Clone ( ) : Object
Résultat Object

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

OtpErlangRef() public méthode

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

OtpErlangRef() public méthode

public OtpErlangRef ( String node, int id, int creation ) : System
node String
id int
creation 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

isNewRef() public méthode

public isNewRef ( ) : bool
Résultat bool