C# 클래스 FSO.SimAntics.Marshals.VMClockMarshal

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

공개 프로퍼티들

프로퍼티 타입 설명
Hours int
MinuteFractions int
Minutes int
Ticks long
TicksPerMinute int

공개 메소드들

메소드 설명
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

프로퍼티 상세

Hours 공개적으로 프로퍼티

public int Hours
리턴 int

MinuteFractions 공개적으로 프로퍼티

public int MinuteFractions
리턴 int

Minutes 공개적으로 프로퍼티

public int Minutes
리턴 int

Ticks 공개적으로 프로퍼티

public long Ticks
리턴 long

TicksPerMinute 공개적으로 프로퍼티

public int TicksPerMinute
리턴 int