C# Class eveMarshal.PyIntegerVar

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
PyIntegerVar ( ) : System
PyIntegerVar ( byte data ) : System
PyIntegerVar ( int data ) : System
PyIntegerVar ( long data ) : System
PyIntegerVar ( short data ) : System

Méthodes protégées

Méthode Description
EncodeInternal ( BinaryWriter output ) : void

Private Methods

Méthode Description
GetData ( long value ) : byte[]

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

PyIntegerVar() public méthode

public PyIntegerVar ( ) : System
Résultat System

PyIntegerVar() public méthode

public PyIntegerVar ( byte data ) : System
data byte
Résultat System

PyIntegerVar() public méthode

public PyIntegerVar ( int data ) : System
data int
Résultat System

PyIntegerVar() public méthode

public PyIntegerVar ( long data ) : System
data long
Résultat System

PyIntegerVar() public méthode

public PyIntegerVar ( short data ) : System
data short
Résultat System