C# Class eveMarshal.PyLongLong

Inheritance: PyObject
Mostrar archivo Open project: stschake/eveMarshal Class Usage Examples

Public Methods

Method Description
Decode ( Unmarshal context, MarshalOpcode op, BinaryReader source ) : void
PyLongLong ( ) : System.IO
PyLongLong ( long val ) : System.IO
ToString ( ) : string

Protected Methods

Method Description
EncodeInternal ( BinaryWriter output ) : void

Method Details

Decode() public method

public Decode ( Unmarshal context, MarshalOpcode op, BinaryReader source ) : void
context Unmarshal
op MarshalOpcode
source System.IO.BinaryReader
return void

EncodeInternal() protected method

protected EncodeInternal ( BinaryWriter output ) : void
output System.IO.BinaryWriter
return void

PyLongLong() public method

public PyLongLong ( ) : System.IO
return System.IO

PyLongLong() public method

public PyLongLong ( long val ) : System.IO
val long
return System.IO

ToString() public method

public ToString ( ) : string
return string