C# Class Otp.Erlang.Ref

Inheritance: Erlang.Object
Mostrar archivo Open project: saleyn/otp.net Class Usage Examples

Public Methods

Method 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 method

public Equals ( System o ) : bool
o System
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Ref() public method

public Ref ( OtpInputStream buf ) : System
buf OtpInputStream
return System

Ref() public method

public Ref ( OtpLocalNode self ) : System
self OtpLocalNode
return System

Ref() public method

public Ref ( System node, int id, int creation ) : System
node System
id int
creation int
return System

ToString() public method

public ToString ( ) : System.String
return System.String

clone() public method

public clone ( ) : Object
return System.Object

creation() public method

public creation ( ) : int
return int

encode() public method

public encode ( OtpOutputStream buf ) : void
buf OtpOutputStream
return void

id() public method

public id ( ) : int
return int

ids() public method

public ids ( ) : int[]
return int[]

isNewRef() public method

public isNewRef ( ) : bool
return bool

node() public method

public node ( ) : System.String
return System.String