C# 클래스 OpenRA.FileSystem.IdxEntry

파일 보기 프로젝트 열기: pchote/OpenRA 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ChunkSize uint
Filename string
Flags uint
Length uint
Offset uint
SampleRate uint

공개 메소드들

메소드 설명
IdxEntry ( Stream s ) : System.Collections.Generic
ToString ( ) : string

메소드 상세

IdxEntry() 공개 메소드

public IdxEntry ( Stream s ) : System.Collections.Generic
s System.IO.Stream
리턴 System.Collections.Generic

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

ChunkSize 공개적으로 프로퍼티

public uint ChunkSize
리턴 uint

Filename 공개적으로 프로퍼티

public string Filename
리턴 string

Flags 공개적으로 프로퍼티

public uint Flags
리턴 uint

Length 공개적으로 프로퍼티

public uint Length
리턴 uint

Offset 공개적으로 프로퍼티

public uint Offset
리턴 uint

SampleRate 공개적으로 프로퍼티

public uint SampleRate
리턴 uint