C# 클래스 AcManager.PackedHelper

파일 보기 프로젝트 열기: gro-ove/actools 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
OptionCache bool
OptionDirectLoading bool

Private Properties

프로퍼티 타입 설명
Decompress int
DecompressLzfSmart byte[]
Extract System.Reflection.Assembly
ExtractToFile string
ExtractUnmanaged string
GetData byte[]
HandlerImpl System.Reflection.Assembly
Log void
PackedHelper System
SetDllDirectory bool
SetUnhandledExceptionHandler void
Time string
UnhandledExceptionHandler void
Xor void

공개 메소드들

메소드 설명
PrepareUnmanaged ( string id ) : void

비공개 메소드들

메소드 설명
Decompress ( byte input, uint offset, int end, byte output ) : int
DecompressLzfSmart ( byte input ) : byte[]
Extract ( string id ) : Assembly
ExtractToFile ( string id ) : string
ExtractUnmanaged ( string id ) : string
GetData ( string id ) : byte[]
HandlerImpl ( object sender, ResolveEventArgs args ) : Assembly
Log ( string s ) : void
PackedHelper ( string appId, string referencesId, string logFilename ) : System
SetDllDirectory ( string lpPathName ) : bool
SetUnhandledExceptionHandler ( ) : void
Time ( ) : string
UnhandledExceptionHandler ( object sender, UnhandledExceptionEventArgs e ) : void
Xor ( byte data, byte key ) : void

메소드 상세

PrepareUnmanaged() 공개 메소드

public PrepareUnmanaged ( string id ) : void
id string
리턴 void

프로퍼티 상세

OptionCache 공개적으로 정적으로 프로퍼티

public static bool OptionCache
리턴 bool

OptionDirectLoading 공개적으로 정적으로 프로퍼티

public static bool OptionDirectLoading
리턴 bool