C# Class eveMarshal.PyLongLong

Inheritance: PyObject
Afficher le fichier Open project: stschake/eveMarshal Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
EncodeInternal ( BinaryWriter output ) : void

Method Details

Decode() public méthode

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

EncodeInternal() protected méthode

protected EncodeInternal ( BinaryWriter output ) : void
output System.IO.BinaryWriter
Résultat void

PyLongLong() public méthode

public PyLongLong ( ) : System.IO
Résultat System.IO

PyLongLong() public méthode

public PyLongLong ( long val ) : System.IO
val long
Résultat System.IO

ToString() public méthode

public ToString ( ) : string
Résultat string