C# Class AcManager.PackedHelper

Afficher le fichier Open project: gro-ove/actools Class Usage Examples

Méthodes publiques

Свойство Type Description
OptionCache bool
OptionDirectLoading bool

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
PrepareUnmanaged ( string id ) : void

Private Methods

Méthode 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 méthode

public PrepareUnmanaged ( string id ) : void
id string
Résultat void

Property Details

OptionCache public_oe static_oe property

public static bool OptionCache
Résultat bool

OptionDirectLoading public_oe static_oe property

public static bool OptionDirectLoading
Résultat bool