C# 클래스 Warcraft.MPQ.Attributes.ExtendedAttributes

파일 보기 프로젝트 열기: Nihlus/libwarcraft

공개 프로퍼티들

프로퍼티 타입 설명
AttributesPresent AttributeTypes
FileAttributes List
Version uint

공개 메소드들

메소드 설명
AreAttributesValid ( ) : bool
ExtendedAttributes ( byte data, uint FileBlockCount ) : System

메소드 상세

AreAttributesValid() 공개 메소드

public AreAttributesValid ( ) : bool
리턴 bool

ExtendedAttributes() 공개 메소드

public ExtendedAttributes ( byte data, uint FileBlockCount ) : System
data byte
FileBlockCount uint
리턴 System

프로퍼티 상세

AttributesPresent 공개적으로 프로퍼티

The attributes present in the attribute file.
public AttributeTypes AttributesPresent
리턴 AttributeTypes

FileAttributes 공개적으로 프로퍼티

The list of file attributes.
public List FileAttributes
리턴 List

Version 공개적으로 프로퍼티

The version of the attribute file format.
public uint Version
리턴 uint