C# Класс eveMarshal.PyObjectEx

Наследование: PyObject
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Decode ( Unmarshal context, MarshalOpcode op, BinaryReader source ) : void
PyObjectEx ( ) : System.Collections.Generic
PyObjectEx ( bool isType2, PyObject header ) : System.Collections.Generic

Защищенные методы

Метод Описание
EncodeInternal ( BinaryWriter output ) : void

Описание методов

Decode() публичный Метод

public Decode ( Unmarshal context, MarshalOpcode op, BinaryReader source ) : void
context Unmarshal
op MarshalOpcode
source System.IO.BinaryReader
Результат void

EncodeInternal() защищенный Метод

protected EncodeInternal ( BinaryWriter output ) : void
output System.IO.BinaryWriter
Результат void

PyObjectEx() публичный Метод

public PyObjectEx ( ) : System.Collections.Generic
Результат System.Collections.Generic

PyObjectEx() публичный Метод

public PyObjectEx ( bool isType2, PyObject header ) : System.Collections.Generic
isType2 bool
header PyObject
Результат System.Collections.Generic