C# Class FSO.SimAntics.Marshals.VMMarshal

Inheritance: VMSerializable
Show file Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
Compressed bool
Context VMContextMarshal
Entities FSO.SimAntics.Marshals.VMEntityMarshal[]
GlobalState short[]
LATEST_VERSION int
MultitileGroups FSO.SimAntics.Marshals.VMMultitileGroupMarshal[]
ObjectId short
PlatformState FSO.SimAntics.Model.VMPlatformState
Threads FSO.SimAntics.Marshals.Threads.VMThreadMarshal[]
Version int

Public Methods

Method Description
Deserialize ( BinaryReader reader ) : void
SerializeInto ( BinaryWriter writer ) : void

Method Details

Deserialize() public method

public Deserialize ( BinaryReader reader ) : void
reader System.IO.BinaryReader
return void

SerializeInto() public method

public SerializeInto ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
return void

Property Details

Compressed public property

public bool Compressed
return bool

Context public property

public VMContextMarshal,FSO.SimAntics.Marshals Context
return VMContextMarshal

Entities public property

public VMEntityMarshal[],FSO.SimAntics.Marshals Entities
return FSO.SimAntics.Marshals.VMEntityMarshal[]

GlobalState public property

public short[] GlobalState
return short[]

LATEST_VERSION public static property

public static int LATEST_VERSION
return int

MultitileGroups public property

public VMMultitileGroupMarshal[],FSO.SimAntics.Marshals MultitileGroups
return FSO.SimAntics.Marshals.VMMultitileGroupMarshal[]

ObjectId public property

public short ObjectId
return short

PlatformState public property

public VMPlatformState,FSO.SimAntics.Model PlatformState
return FSO.SimAntics.Model.VMPlatformState

Threads public property

public VMThreadMarshal[],FSO.SimAntics.Marshals.Threads Threads
return FSO.SimAntics.Marshals.Threads.VMThreadMarshal[]

Version public property

public int Version
return int