C# Class Otp.Erlang.Ref

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
Ref ( OtpInputStream buf ) : System
Ref ( OtpLocalNode self ) : System
Ref ( System node, int id, int creation ) : System
ToString ( ) : System.String
clone ( ) : Object
creation ( ) : int
encode ( OtpOutputStream buf ) : void
id ( ) : int
ids ( ) : int[]
isNewRef ( ) : bool
node ( ) : System.String

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

Ref() public méthode

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

Ref() public méthode

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

Ref() public méthode

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

ToString() public méthode

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

clone() public méthode

public clone ( ) : Object
Résultat System.Object

creation() public méthode

public creation ( ) : int
Résultat int

encode() public méthode

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

id() public méthode

public id ( ) : int
Résultat int

ids() public méthode

public ids ( ) : int[]
Résultat int[]

isNewRef() public méthode

public isNewRef ( ) : bool
Résultat bool

node() public méthode

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