C# 클래스 OpenRA.FileFormats.VocFormat.VocFileHeader

파일 보기 프로젝트 열기: cjshmyr/OpenRA

공개 프로퍼티들

프로퍼티 타입 설명
DatablockOffset int
Description string
ID int
Version int

공개 메소드들

메소드 설명
Read ( Stream s ) : VocFileHeader

메소드 상세

Read() 공개 정적인 메소드

public static Read ( Stream s ) : VocFileHeader
s Stream
리턴 VocFileHeader

프로퍼티 상세

DatablockOffset 공개적으로 프로퍼티

public int DatablockOffset
리턴 int

Description 공개적으로 프로퍼티

public string Description
리턴 string

ID 공개적으로 프로퍼티

public int ID
리턴 int

Version 공개적으로 프로퍼티

public int Version
리턴 int