C# 클래스 FSO.SimAntics.Primitives.VMDialogResult

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

공개 프로퍼티들

프로퍼티 타입 설명
HasDisplayed bool
ResponseCode byte
ResponseText string
Timeout int
Type VMDialogType

공개 메소드들

메소드 설명
Deserialize ( BinaryReader reader ) : void
SerializeInto ( BinaryWriter writer ) : void

메소드 상세

Deserialize() 공개 메소드

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

SerializeInto() 공개 메소드

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

프로퍼티 상세

HasDisplayed 공개적으로 프로퍼티

public bool HasDisplayed
리턴 bool

ResponseCode 공개적으로 프로퍼티

public byte ResponseCode
리턴 byte

ResponseText 공개적으로 프로퍼티

public string ResponseText
리턴 string

Timeout 공개적으로 프로퍼티

public int Timeout
리턴 int

Type 공개적으로 프로퍼티

public VMDialogType Type
리턴 VMDialogType