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

Inheritance: VMSerializable
Afficher le fichier Open project: RHY3756547/FreeSO Class Usage Examples

Méthodes publiques

Свойство Type Description
Responded bool
TypeMarshal VMAsyncStateType>.Dictionary
TypeResolve Type>.Dictionary
Version int
WaitTime int

Méthodes publiques

Méthode 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 méthode

public Deserialize ( BinaryReader reader ) : void
reader System.IO.BinaryReader
Résultat void

DeserializeGeneric() public static méthode

public static DeserializeGeneric ( BinaryReader reader, int version ) : VMAsyncState
reader System.IO.BinaryReader
version int
Résultat VMAsyncState

SerializeGeneric() public static méthode

public static SerializeGeneric ( BinaryWriter writer, VMAsyncState state ) : void
writer System.IO.BinaryWriter
state VMAsyncState
Résultat void

SerializeInto() public méthode

public SerializeInto ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
Résultat void

Property Details

Responded public_oe property

public bool Responded
Résultat bool

TypeMarshal public_oe static_oe property

public static Dictionary TypeMarshal
Résultat VMAsyncStateType>.Dictionary

TypeResolve public_oe static_oe property

public static Dictionary TypeResolve
Résultat Type>.Dictionary

Version public_oe property

public int Version
Résultat int

WaitTime public_oe property

public int WaitTime
Résultat int