C# 클래스 MabiPacker.MabiEnvironment

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

공개 프로퍼티들

프로퍼티 타입 설명
Arg string
Code uint
Fullver uint
LangPack string
LocalVersion uint
LoginIP string
LoginPort uint
MabinogiDir string
PatchServer System.Uri
Version uint
isDownloadable bool

공개 메소드들

메소드 설명
Launch ( String args, Form form ) : bool

Launch Mabinogi client. If Crackshild is detected, launch crackshield. Notice : The parent program MUST be put on the same directory as client.exe.

MabiEnvironment ( ) : System

Get Mabinogi Environment

MabiEnvironment ( string url ) : System

Get Mabinogi Environment

비공개 메소드들

메소드 설명
GetMabiDir ( ) : String

Get Mabinogi installed directory from Registory.

GetMabiVer ( ) : uint

Read Mabinogi Version from version.dat

PatchText ( string url ) : string>.Dictionary

Fetch and parse patch.txt

RunElevated ( string fileName, string arguments, Form parentForm, bool waitExit ) : bool

Launch other program as Administrator.

메소드 상세

Launch() 공개 메소드

Launch Mabinogi client. If Crackshild is detected, launch crackshield. Notice : The parent program MUST be put on the same directory as client.exe.
public Launch ( String args, Form form ) : bool
args String
form System.Windows.Forms.Form The window of a parent program.
리턴 bool

MabiEnvironment() 공개 메소드

Get Mabinogi Environment
public MabiEnvironment ( ) : System
리턴 System

MabiEnvironment() 공개 메소드

Get Mabinogi Environment
public MabiEnvironment ( string url ) : System
url string Url to Patch.txt
리턴 System

프로퍼티 상세

Arg 공개적으로 프로퍼티

public string Arg
리턴 string

Code 공개적으로 프로퍼티

public uint Code
리턴 uint

Fullver 공개적으로 프로퍼티

public uint Fullver
리턴 uint

LangPack 공개적으로 프로퍼티

public string LangPack
리턴 string

LocalVersion 공개적으로 프로퍼티

public uint LocalVersion
리턴 uint

LoginIP 공개적으로 프로퍼티

public string LoginIP
리턴 string

LoginPort 공개적으로 프로퍼티

public uint LoginPort
리턴 uint

MabinogiDir 공개적으로 프로퍼티

public string MabinogiDir
리턴 string

PatchServer 공개적으로 프로퍼티

public Uri,System PatchServer
리턴 System.Uri

Version 공개적으로 프로퍼티

public uint Version
리턴 uint

isDownloadable 공개적으로 프로퍼티

public bool isDownloadable
리턴 bool