C# 클래스 eveMarshal.PyObjectData

상속: PyObject
파일 보기 프로젝트 열기: stschake/eveMarshal 1 사용 예제들

공개 메소드들

메소드 설명
Decode ( Unmarshal context, MarshalOpcode op, BinaryReader source ) : void
PyObjectData ( ) : System.Data
PyObjectData ( string objectName, PyObject arguments ) : System.Data

보호된 메소드들

메소드 설명
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

PyObjectData() 공개 메소드

public PyObjectData ( ) : System.Data
리턴 System.Data

PyObjectData() 공개 메소드

public PyObjectData ( string objectName, PyObject arguments ) : System.Data
objectName string
arguments PyObject
리턴 System.Data