C# 클래스 Fire_Emblem_Map_Editor.Program

파일 보기 프로젝트 열기: Diegoisawesome/AwesomeMapEditor-old

공개 메소드들

메소드 설명
ToDecUInt ( string a ) : UInt32
test ( string originalFile, string outputFile, int offset, int size, bool Compress ) : void

비공개 메소드들

메소드 설명
Main ( string args ) : void
ToHexString ( UInt32 dec ) : string

메소드 상세

ToDecUInt() 공개 정적인 메소드

public static ToDecUInt ( string a ) : UInt32
a string
리턴 System.UInt32

test() 공개 정적인 메소드

public static test ( string originalFile, string outputFile, int offset, int size, bool Compress ) : void
originalFile string
outputFile string
offset int
size int
Compress bool
리턴 void