C# Class Otp.Erlang.Pid

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

Public Methods

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

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

Pid() public method

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

Pid() public method

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

Pid() public method

public Pid ( System node, int id, int serial, int creation ) : System
node System
id int
serial int
creation int
return System

ToString() public method

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

creation() public method

public creation ( ) : int
return int

encode() public method

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

hashCode() public method

public hashCode ( ) : int
return int

id() public method

public id ( ) : int
return int

node() public method

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

serial() public method

public serial ( ) : int
return int