C# Class eveMarshal.PyObjectEx

Inheritance: PyObject
Datei anzeigen Open project: stschake/eveMarshal Class Usage Examples

Public Methods

Method Description
Decode ( Unmarshal context, MarshalOpcode op, BinaryReader source ) : void
PyObjectEx ( ) : System.Collections.Generic
PyObjectEx ( bool isType2, PyObject header ) : System.Collections.Generic

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

PyObjectEx() public method

public PyObjectEx ( ) : System.Collections.Generic
return System.Collections.Generic

PyObjectEx() public method

public PyObjectEx ( bool isType2, PyObject header ) : System.Collections.Generic
isType2 bool
header PyObject
return System.Collections.Generic