C# Class AcManager.PackedHelper

Show file Open project: gro-ove/actools Class Usage Examples

Public Properties

Property Type Description
OptionCache bool
OptionDirectLoading bool

Private Properties

Property Type Description
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

Public Methods

Method Description
PrepareUnmanaged ( string id ) : void

Private Methods

Method Description
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

Method Details

PrepareUnmanaged() public method

public PrepareUnmanaged ( string id ) : void
id string
return void

Property Details

OptionCache public static property

public static bool OptionCache
return bool

OptionDirectLoading public static property

public static bool OptionDirectLoading
return bool