C# 클래스 XCom.Mpk.IMpkEntry

파일 보기 프로젝트 열기: pmprog/OpenXCOM.Tools

보호된 프로퍼티들

프로퍼티 타입 설명
data byte[]
fileName string
mpkType MpkEntryType
typeHash System.Collections.Hashtable

공개 메소드들

메소드 설명
GetType ( MpkEntryType typ ) : IMpkEntry
InitTypes ( ) : void

메소드 상세

GetType() 공개 정적인 메소드

public static GetType ( MpkEntryType typ ) : IMpkEntry
typ MpkEntryType
리턴 IMpkEntry

InitTypes() 공개 정적인 메소드

public static InitTypes ( ) : void
리턴 void

프로퍼티 상세

data 보호되어 있는 프로퍼티

protected byte[] data
리턴 byte[]

fileName 보호되어 있는 프로퍼티

protected string fileName
리턴 string

mpkType 보호되어 있는 프로퍼티

protected MpkEntryType mpkType
리턴 MpkEntryType

typeHash 보호되어 있는 정적으로 프로퍼티

protected static Hashtable,System.Collections typeHash
리턴 System.Collections.Hashtable