C# 클래스 HyoutaTools.LastRanker.SCMP

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

공개 프로퍼티들

프로퍼티 타입 설명
File byte[]
FilePointers List

공개 메소드들

메소드 설명
CreateFromDirectory ( string Dir, string Outfile ) : void
ExecuteExtract ( List args ) : int
ExecutePack ( List args ) : int
GenerateFiles ( String Outdir ) : void
SCMP ( ) : System
SCMP ( String filename ) : System
SCMP ( byte Bytes ) : System

비공개 메소드들

메소드 설명
LoadFile ( byte File ) : bool

메소드 상세

CreateFromDirectory() 공개 메소드

public CreateFromDirectory ( string Dir, string Outfile ) : void
Dir string
Outfile string
리턴 void

ExecuteExtract() 공개 정적인 메소드

public static ExecuteExtract ( List args ) : int
args List
리턴 int

ExecutePack() 공개 정적인 메소드

public static ExecutePack ( List args ) : int
args List
리턴 int

GenerateFiles() 공개 메소드

public GenerateFiles ( String Outdir ) : void
Outdir String
리턴 void

SCMP() 공개 메소드

public SCMP ( ) : System
리턴 System

SCMP() 공개 메소드

public SCMP ( String filename ) : System
filename String
리턴 System

SCMP() 공개 메소드

public SCMP ( byte Bytes ) : System
Bytes byte
리턴 System

프로퍼티 상세

File 공개적으로 프로퍼티

public byte[] File
리턴 byte[]

FilePointers 공개적으로 프로퍼티

public List FilePointers
리턴 List