C# Class FSO.SimAntics.Model.TSOPlatform.VMAsyncState

Inheritance: VMSerializable
显示文件 Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
Responded bool
TypeMarshal VMAsyncStateType>.Dictionary
TypeResolve Type>.Dictionary
Version int
WaitTime int

Public Methods

Method Description
Deserialize ( BinaryReader reader ) : void
DeserializeGeneric ( BinaryReader reader, int version ) : VMAsyncState
SerializeGeneric ( BinaryWriter writer, VMAsyncState state ) : void
SerializeInto ( BinaryWriter writer ) : void

Method Details

Deserialize() public method

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

DeserializeGeneric() public static method

public static DeserializeGeneric ( BinaryReader reader, int version ) : VMAsyncState
reader System.IO.BinaryReader
version int
return VMAsyncState

SerializeGeneric() public static method

public static SerializeGeneric ( BinaryWriter writer, VMAsyncState state ) : void
writer System.IO.BinaryWriter
state VMAsyncState
return void

SerializeInto() public method

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

Property Details

Responded public_oe property

public bool Responded
return bool

TypeMarshal public_oe static_oe property

public static Dictionary TypeMarshal
return VMAsyncStateType>.Dictionary

TypeResolve public_oe static_oe property

public static Dictionary TypeResolve
return Type>.Dictionary

Version public_oe property

public int Version
return int

WaitTime public_oe property

public int WaitTime
return int