C# 클래스 FSO.SimAntics.Marshals.Threads.VMStackFrameMarshal

상속: VMSerializable
파일 보기 프로젝트 열기: RHY3756547/FreeSO 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ActionTree bool
Args short[]
Callee short
Caller short
CodeOwnerGUID uint
DiscardResult bool
InstructionPointer ushort
Locals short[]
RoutineID ushort
StackObject short
Version int

공개 메소드들

메소드 설명
Deserialize ( BinaryReader reader ) : void
SerializeInto ( BinaryWriter writer ) : void
VMStackFrameMarshal ( ) : System
VMStackFrameMarshal ( int version ) : System

메소드 상세

Deserialize() 공개 메소드

public Deserialize ( BinaryReader reader ) : void
reader System.IO.BinaryReader
리턴 void

SerializeInto() 공개 메소드

public SerializeInto ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
리턴 void

VMStackFrameMarshal() 공개 메소드

public VMStackFrameMarshal ( ) : System
리턴 System

VMStackFrameMarshal() 공개 메소드

public VMStackFrameMarshal ( int version ) : System
version int
리턴 System

프로퍼티 상세

ActionTree 공개적으로 프로퍼티

public bool ActionTree
리턴 bool

Args 공개적으로 프로퍼티

public short[] Args
리턴 short[]

Callee 공개적으로 프로퍼티

public short Callee
리턴 short

Caller 공개적으로 프로퍼티

public short Caller
리턴 short

CodeOwnerGUID 공개적으로 프로퍼티

public uint CodeOwnerGUID
리턴 uint

DiscardResult 공개적으로 프로퍼티

public bool DiscardResult
리턴 bool

InstructionPointer 공개적으로 프로퍼티

public ushort InstructionPointer
리턴 ushort

Locals 공개적으로 프로퍼티

public short[] Locals
리턴 short[]

RoutineID 공개적으로 프로퍼티

public ushort RoutineID
리턴 ushort

StackObject 공개적으로 프로퍼티

public short StackObject
리턴 short

Version 공개적으로 프로퍼티

public int Version
리턴 int