C# 클래스 FSO.SimAntics.Model.TSOPlatform.VMAsyncState

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

공개 프로퍼티들

프로퍼티 타입 설명
Responded bool
TypeMarshal VMAsyncStateType>.Dictionary
TypeResolve Type>.Dictionary
Version int
WaitTime int

공개 메소드들

메소드 설명
Deserialize ( BinaryReader reader ) : void
DeserializeGeneric ( BinaryReader reader, int version ) : VMAsyncState
SerializeGeneric ( BinaryWriter writer, VMAsyncState state ) : void
SerializeInto ( BinaryWriter writer ) : void

메소드 상세

Deserialize() 공개 메소드

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

DeserializeGeneric() 공개 정적인 메소드

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

SerializeGeneric() 공개 정적인 메소드

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

SerializeInto() 공개 메소드

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

프로퍼티 상세

Responded 공개적으로 프로퍼티

public bool Responded
리턴 bool

TypeMarshal 공개적으로 정적으로 프로퍼티

public static Dictionary TypeMarshal
리턴 VMAsyncStateType>.Dictionary

TypeResolve 공개적으로 정적으로 프로퍼티

public static Dictionary TypeResolve
리턴 Type>.Dictionary

Version 공개적으로 프로퍼티

public int Version
리턴 int

WaitTime 공개적으로 프로퍼티

public int WaitTime
리턴 int